

#include <stdio.h>
 
main()
{
	printf("千葉経済　C言語プログラミング\n");
	printf("千葉経済\n");
	printf("プログラミングを学習中です\n");
}