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