Run ID:125779

提交时间:2025-07-15 15:14:45

#include <bits/stdc++.h> using namespace std; int main() { char x; cin>>x; cout<<(int)x; return 0; }