Run ID:88718

提交时间:2024-08-20 17:15:28

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