/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("私は%dは好きだが、%dはもっと好きだ",5,5*5);
}