#include <stdio.h>

main()
{
	printf("千葉経済　C言語プログラミング\n");
	printf("千葉経済\n");
	printf("プログラミングを勉強中です！\n");
	printf("頑張って勉強しています！！\n");
}