#include<stdio.h>
int main()
{
    int ,A,Z;
    printf("%d",A);
    printf("%d",Z);
    return 0;
}