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