#include <stdio.h>
int main()
{
    printf("%s \n", NULL);
    return 0;
}