Run ID:91881

提交时间:2024-09-23 19:53:52

#include<iostream> using namespace std; int main(){ char x; cin>>x; int n; n=x; cout<<n; return 0; }