You will be given an integer for which you have to print "EVEN" (without quotes), if it is even and "ODD" (without quotes) if it is odd.
CONSTRAINTS
1≤N≤101000
Note : ONLY C and C++ LANGUAGES are ALLOWED.
As the given Integer , 12345 , is ODD ,so, the we have to print "ODD" (without quotes).