#include <stdio.h>

int main(void)
{
printf("あほしね");
return 0;
}