// editor1
#include<stdio.h>
int main()
{
    char A;
    scanf("%c",&A);
    printf("%c",Z);
    return 0;
}