Every year, an estimated 20 typhoons hit the Philippines. To provide proper guidance, the Philippine Atmospheric, Geophysical, and Astronomical Services Administration (PAGASA) classifies the strength of typhoons based on its maximum wind speed.
The classifications are like so:
30-60 kph -> Signal No. 1
61-120 kph -> Signal No. 2
121-170 kph -> Signal No. 3
171-220 kph -> Signal No. 4
greater than 220 kph -> Signal No. 5
Your job is to classify the typhoons based on its given maximum wind speed.
INPUT:
The input consists of 10 lines, one number for each line. Minimum input will be 30 and maximum input will be 300. Each number represents the maximum wind speed of a typhoon.
OUTPUT:
Output will be “Typhoon #” followed by the number representing the input’s order in the test case, followed by a semicolon followed by a space then the Public Storm Warning Signal.