Find the sum of first n terms of the given series
S = 12 + 22 + 32 + 42 + 52 + 62+...........
If S is even Output "Even Sum" (without quotes) and if S is odd Output "Odd Smu" (without quotes).
Note: Read statement carefully
Input
First line of input contains an integer t denoting test cases
For next t lines input contains only an integer N.
Output
Output the answer correspondingly.
Constraints
1<=T<=104
1<=N<=1010