#include<stdio.h>
int main()
int ascii;
scanf("%d",&ascii);
printf("%c",ascii);
return 0;