Run ID:139792

提交时间:2025-12-09 14:56:16

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