Run ID:133038
提交时间:2025-10-13 17:25:22
using namespace std; int main(){ char c; cin>>c; int b=c; cout<<b; return 0; }