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