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