Run ID:134908

提交时间:2025-11-01 17:13:45

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