提交时间:2023-02-05 07:56:19

运行 ID: 7591

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