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