Run ID:125785

提交时间:2025-07-15 15:18:27

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