Run ID:101373

提交时间:2024-12-15 10:33:34

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