当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

1491:Octorber 21st

题目描述
HDU's 50th birthday, on Octorber 21st, is coming. What an exciting day!! As a student of HDU, I always want to know how many days are there between today and Octorber 21st.So, write a problem and tell me the answer.Of course, the date I give you is always in 2006.


输入解释
The input consists of T test cases. The number of T is given on the first line of the input file.Following T lines, which represent dates, one date per line. The format for a date is "month day" where month is a number between 1 (which indicates January) and 12 (which indicates December), day is a number between 1 and 31.All the date in the input are in 2006, you can assume that all the dates in the input are legal(合法).
输出解释
For each case, if the date is before Octorber 21st, you should print a number that between the date and Octorber 21st.If the day is beyond Octorber 21st, just print "What a pity, it has passed!".If the date is just Octorber 21st, print"It's today!!".
输入样例
7
10 20
10 19
10  1
10 21
9   1
11 11
12 12
输出样例
1
2
20
It's today!!
50
What a pity, it has passed!
What a pity, it has passed!
来自杭电HDUOJ的附加信息
Author 8600
Recommend LL

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-1491

最后修改于 2020-10-25T22:45:26+00:00 由爬虫自动更新

共提交 205

通过率 50.73%
时间上限 内存上限
2000/1000MS(Java/Others) 32768/32768K(Java/Others)