#include <stdio.h>

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