Run ID:125856

提交时间:2025-07-15 15:58:28

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