Run ID:98079
提交时间:2024-11-17 12:03:51
#include<iostream> using namespace std; int main() { int zf; cin>>zf; cout<<(char)zf<<endl; return 0; }