Run ID:92353
提交时间:2024-09-29 20:36:12
#include<iostream> using namespace std; int main(){ int A; cin>>A; cout<<(char)(A); return 0; }