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