Run ID:90922

提交时间:2024-09-20 13:26:15

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