Run ID:91985

提交时间:2024-09-27 19:17:06

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