Run ID:150456
提交时间:2026-03-28 11:43:14
#include<iostream> using namespace std; int main(){ int q; cin>>q; cout<<char(q)<<endl; return 0; }