提交时间:2023-02-01 19:17:12
运行 ID: 7206
#include<iostream> using namespace std; int main(){ char text; cin >> text; cout << (int)text; return 0; }