7161: A.Clock

内存限制:128 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:3 解决:0

题目描述

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