Run ID:94360

提交时间:2024-10-20 12:26:55

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