Run ID:88717

提交时间:2024-08-20 17:13:54

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