提交时间:2023-02-01 19:52:43
运行 ID: 7216
#include<iostream> using namespace std; int main(){ int text; cin >> text; cout << (char)text; return 0; }