#include<stdio.h>
void main()
{
    char a;
    scanf("%c",&c);
    printf("%c",c);
    
}