#3380. A.Clock

    ID: 3380 传统题 1000ms 128MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>仲恺校内程序设计竞赛-2014第六届“传智杯”程序设计竞赛决赛

A.Clock

说明

Clock is invented by ancient Arabic engineers and which contributes to build the concept of accurate time for us human beings and even could be essential tool that widely used in industry, business and our routine lives. Nevertheless, the ideology of clock turns out to be quite simply that even make sense to little kids. We could hardly imagine that how do Arabic wisdom come up with such idea to indicate time only by two or three fingers. The other day, Tim are asking Jim and Hysramp to play his newly invented game describe as follow. Tim randomly change the time of his lovely alarm clock then ask Jim and Hysramp to tell the degree between hour finger and minute finger. Jim seems quite gifted playing it while Hysramp does not. When Hysramp fails to answer Tim, Tim smiles to Hysramp, and Hysramp smiles to you, an ace programmer.


输入格式

The first line of the input contains one integer T, which indicate the number of test cases. Each test case contains one indicating the time on Tim 's clock in the form of HH:MM. (0 ≤ HH < 24, 0 ≤ MM < 60) 

输出格式

One line for each test case contains only one number indicating the answer. An integer or an irreducible fraction indicated the degree D between hour finger and minute finger (0 ≤ D<360). 
19
00:00
09:45
0
45/2
181/2

来源

仲恺校内程序设计竞赛-2014第六届“传智杯”程序设计竞赛决赛