#include<stdio.h>

main()
{
	printf("千葉経済　C言語プログラミングⅠ\n");	
	printf("千葉経済\n");
	
	printf("プログラミング\n");
}