/* Helloプログラム */

#include <stdio.h>
 
main()
{
	printf("今日は%d月 %d日です",4,30);
}