提交时间:2023-01-30 15:52:31

运行 ID: 6795

#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<(char)n; return 0; }