Run ID:88708

提交时间:2024-08-20 16:18:08

using namespace std; int main() { int b; char ch; cin>>b; ch=b; cout<<ch<<endl; return 0; }