- 龙凤苑中学A班4.19
英文字母
- @ 2024-4-19 17:18:03
#include<bits/stdc++.h> using namespace std; char n; int main(){ n='M'; cout<<int(n)-65+1<<"\n"; n=65+17; cout<<char(n);
return 0; }
0 comments
No comments so far...
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.