Run ID:131749

提交时间:2025-10-01 13:14:16

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