- 龙凤苑中学A班4.19
字母
- @ 2024-4-19 17:18:16
#include <bits/stdc++.h>
using namespace std;
int main(){
char b='A';
int a;
a=int('M'-64);
b=char('A'+17);
cout<<a<<endl;
cout<<b;
return 0;
}
- 8 次查看
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.