// editor2
#include<stdio.h>
#include<string.h>
int main()
{
    char str[3];
    scanf("%s",&str);
    printf(str);
}