Run ID:125837

提交时间:2025-07-15 15:46:12

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