Run ID:92350

提交时间:2024-09-29 20:29:28

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