ODD-EVEN

3

1 votes
Math
Problem

Find the sum of first n terms of the given series

 S = 1+ 2+ 3+ 4+ 5+ 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

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?