#include <stdio.h>

int main(int argc, char** argv){
	printf("私の名前は大杉健太郎です馬鹿です.\n");
	return 0;
}
