Run ID:88709
提交时间:2024-08-20 16:20:29
using namespace std; int main() { int b; char ch; cin>>b; ch=b; cout<<ch<<endl; return 0; }