Run ID:3626

提交时间:2024-06-21 23:33:09

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