Run ID:133024
提交时间:2025-10-13 17:17:44
#include<bits/stdc++.h> using namespace std; int main (){ char c; cin>>c; int b=c; cout<<b; return 0; }