提交时间:2023-02-03 15:57:00
运行 ID: 7308
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(char)n; return 0; }