#!/usr/bin/env ruby
#-*-coding:utf-8 -*-
print("数字を入れる\n")
tsuki,hi=gets.to_i
printf("今日は%d月%d日です。\n",tsuki,hi)


