#include<stdio.h>
int main()
{
char ch;
scanf("%c");
printf("%c\n")
}