Run ID:91285
提交时间:2024-09-21 15:04:15
#include<iostream> using namespace std; int main(){ int b ; cin>>b; cout<<char(b)<<endl; return 0; }