Run ID:4846
提交时间:2024-09-21 20:40:59
# include<iostream> using namespace std; int main(){ int a; cin>>a; char b; b=a; cout<<b<<endl; return 0; }