/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("私は%dを見ると狂いますが、%dで元に戻ります",3+1,7);
}