1269: 测体温

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:59 Solved:34

Description

开学了,学生返校都需测量体温,如果体温正常(T<=37.2℃),体温枪就显示“Green”,否则显示“Red”

Input

输入一个温度T,单位35<=T<=42.

Output

输出体温枪的颜色。

Sample Input Copy

36.7

Sample Output Copy

Green