Run ID:101374
提交时间:2024-12-15 10:34:11
#include<bits/stdc++.h> using namespace std; int main(){ char a; cin>>a; cout<<int(a); }