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