Run ID:98082

提交时间:2024-11-17 12:05:37

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