Run ID:93051

提交时间:2024-10-07 16:36:52

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