#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<char(n); } /************************************************************** Problem: 1968 User: wangyiyang Language: C++ Result: Accepted Time:12 ms Memory:2072 kb ****************************************************************/