QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#499040#3597. Some SumZhangYiDeWA 15ms10640kbPython3252b2024-07-31 01:09:422024-07-31 01:09:43

详细

Test #1:

score: 100
Accepted
time: 11ms
memory: 10636kb

input:

1

output:

Either

result:

ok single line: 'Either'

Test #2:

score: 0
Accepted
time: 10ms
memory: 10572kb

input:

2

output:

Odd

result:

ok single line: 'Odd'

Test #3:

score: 0
Accepted
time: 15ms
memory: 10640kb

input:

3

output:

Either

result:

ok single line: 'Either'

Test #4:

score: 0
Accepted
time: 6ms
memory: 10572kb

input:

4

output:

Even

result:

ok single line: 'Even'

Test #5:

score: 0
Accepted
time: 9ms
memory: 10572kb

input:

5

output:

Either

result:

ok single line: 'Either'

Test #6:

score: -100
Wrong Answer
time: 13ms
memory: 10576kb

input:

6

output:

Even

result:

wrong answer 1st lines differ - expected: 'Odd', found: 'Even'