#include <stdio.h>

int main(void) {
	// your code goes here
printf ("毛");
	return 0;
}
