Run ID:88724
提交时间:2024-08-20 17:44:54
#include<iostream> using namespace std; int main() { char g; cin>>g; cout<<(int)g; return 0; }