#include <cstdio> using namespace std; int main () { int a; scanf("%d",&a); printf("%c",a); return 0; }