Run ID:94361

提交时间:2024-10-20 12:27:54

#include<iostream> using namespace std; int main(){ char t; int n; cin>>n; t=n; cout<<t<<endl; return 0; }