Run ID:139793
提交时间:2025-12-09 14:57:22
#include<iostream> using namespace std; int main(){ int T; cin>>T; cout<<(char)(T); return 0; }