Run ID:117547

提交时间:2025-04-19 11:49:03

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