Run ID:4570
提交时间:2024-08-22 15:56:53
# include<iostream> using namespace std; int main(){ int a; cin>>a; char b; b=a; cout<<b<<endl; return 0; }