Run ID:150457

提交时间:2026-03-28 11:43:15

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