提交时间:2023-06-20 08:43:18

运行 ID: 20788

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