#include<stdio.h>
int main()
{
    char s;
     char string=s;
    scanf("%s",&s);
    printf("%s",string);
    return 0;
}