/* Helloプログラム */

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