QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#666688#8284. Cats and FishZhaoZiLongWA 14ms10716kbPython3446b2024-10-22 19:36:022024-10-22 19:36:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 14ms
memory: 10612kb

input:

2 1 1
1

output:

1 0

result:

ok 2 number(s): "1 0"

Test #2:

score: 0
Accepted
time: 14ms
memory: 10616kb

input:

8 3 5
1 3 4

output:

0 1

result:

ok 2 number(s): "0 1"

Test #3:

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

input:

4 5 1
5 4 3 2 1

output:

0 3

result:

ok 2 number(s): "0 3"

Test #4:

score: 0
Accepted
time: 13ms
memory: 10716kb

input:

1 1 10
1

output:

0 0

result:

ok 2 number(s): "0 0"

Test #5:

score: -100
Wrong Answer
time: 14ms
memory: 10584kb

input:

14 3 10
1 40 50

output:

0 0

result:

wrong answer 1st numbers differ - expected: '2', found: '0'