zoj 3191

本文介绍了一个特殊的时钟,该时钟没有数字标记,而是通过时针的角度来确定具体的时间。文章详细解释了如何根据输入的角度判断当前时间,并提供了一个C++程序示例,用于解决这一问题。示例中包括了输入角度的范围、处理逻辑及输出格式。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Strange Clock


Time Limit: 1 Second      Memory Limit: 32768 KB


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.

Input

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.

Output

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".

Sample Input

90
 245
-1

Sample Output

Exactly 0 o'clock
Between 6 o'clock and 7 o'clock
测试数据
0
15
30
45
60
75
90
105
120
135
150
165
180
210
225
240
255
270
285
300
315
330
345
359
-1
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值