- 龙凤苑中学B班4.2
英文字母答案可复制
- @ 2024-4-2 17:16:18
#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;
}
0 comments
No comments so far...
#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;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.