Run ID:89641

提交时间:2024-08-27 15:53:59

#include<iostream> using namespace std; int main() { char c; cin>>c; cout<<int(c); return 0; }