even? odd?


Submit solution

Points: 50 (partial)
Time limit: 5.0s
Memory limit: 256M

Authors:
Problem types

題目說明

輸入數字,回傳奇數還是偶數

輸入限制: 數字

輸入

數字

輸出

even/odd

sample input1

1

sample output1

odd

sample input2

2

sample output2

even

Comments

There are no comments at the moment.