Run ID:152481

提交时间:2026-04-26 14:17:39

#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<char(a); return 0; }