Run ID:98078

提交时间:2024-11-17 12:03:06

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