Run ID:3831
提交时间:2024-07-13 09:12:42
# include<iostream> using namespace std; int main() { int ma; char A; cin>>A; ma=A; cout<<ma<<endl; return 0; }