提交时间:2026-03-27 14:50:19

运行 ID: 86213

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