Run ID:4845

提交时间:2024-09-21 20:40:57

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