/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("%d , 3+1");
}