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

建议使用的浏览器:

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

3248:Strange Clock

题目描述
There is a strange clock, without any number written. Can you tell me what time it is now, based on the angle of the hour hand?

When the hour hand points right (0 degree), it is 3 o'clock. When it points to 80 degrees, it’s between 0 o'clock and 1 o'clock. Note that there is no 12 o'clock. You should always write 0 o'clock instead.
输入解释
There are at most 10 test cases. Each case contains a single integer a (0 <= a < 360), the angle of the hour hand. The input ends with a = -1.
输出解释
For each test case, print the current time, in one of the following format:
- Exactly x o'clock
- Between x o'clock and y o'clock
Note that, in the second format, x o'clock should be exactly one hour before y o'clock, So you cannot write something like “Between 3 o'clock and 2 o'clock”.
输入样例
90
245
-1
输出样例
Exactly 0 o'clock
Between 6 o'clock and 7 o'clock
来自杭电HDUOJ的附加信息
Recommend wujianhua

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

源链接: HDU-3248

最后修改于 2020-10-25T23:01:37+00:00 由爬虫自动更新

共提交 0

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