Run ID:131748

提交时间:2025-10-01 13:13:52

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