#include<stdio.h>
int main()
{
    int i;
    char str[];
    scanf("%[^\n]%*c",str);
    printf("c",str)
}
}