/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("千葉経済\n");
}