Run ID:133036
提交时间:2025-10-13 17:25:01
using namespace std; int main(){ char c; cin>>c; int b=c; cout<<b; return 0; }