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

建议使用的浏览器:

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

5705:Clock

题目描述
Given a time HH:MM:SS and one parameter $a$, you need to calculate next time satisfying following conditions:

1. The angle formed by the hour hand and the minute hand is $a$.
2. The time may not be a integer(e.g. 12:34:56.78), rounded down(the previous example 12:34:56).

输入解释
The input contains multiple test cases.

Each test case contains two lines.
The first line is the time HH:MM:SS$(0\leq HH<12,0\leq MM<60,0\leq SS<60)$.
The second line contains one integer $a(0\leq a\leq 180)$.
输出解释
For each test case, output a single line contains test case number and the answer HH:MM:SS.
输入样例
0:59:59
30
01:00:00
30
输出样例
Case #1: 01:00:00
Case #2: 01:10:54
来自杭电HDUOJ的附加信息
Recommend liuyiding

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

源链接: HDU-5705

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

共提交 0

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