13 lines
211 B
Text
13 lines
211 B
Text
program: even_or_odd
|
|
case: 1
|
|
input: 2
|
|
output: even
|
|
case: 2
|
|
input: 4
|
|
output: even
|
|
case: 3
|
|
input: 1
|
|
output: odd
|
|
case: 4
|
|
input: 7
|
|
output: odd
|