Run ID:93016

提交时间:2024-10-07 15:35:19

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