n=12 if n mod 2 = 0 then print "even" else print "odd"