提交时间:2026-02-04 01:17:50
运行 ID: 83911
#include <bits/stdc++.h> using namespace std; int main( ) { char c; cin>>c; cout<<int(c); return 0; }