Run ID:4918
提交时间:2024-10-05 19:37:04
#include<iostream> using namespace std; int main(){ int a; cin>>a; cout<<(char)a<<endl; return 0; }