QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#731633#9470. Cats and FishZhaoZiLongWA 0ms3848kbC++20977b2024-11-10 10:09:022024-11-10 10:09:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3848kb

input:

2 1 1
1
8 3 5
1 3 4
4 5 1
5 4 3 2 1

output:

1 0
0 1
0 3

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3656kb

input:

1 1 10
1
14 3 10
1 40 50
8 2 7
12 13
1 1 1
2
12 2 11
8 3
2 2 12
24 1
562 8 232
17 26 800 12 77 32 11 2
562 8 1
17 26 800 12 77 32 11 1
3656 13 123
1887 26 800 12 77 32 11 1 77 32 77 32 155

output:

0 0
0 7
0 8
0 1
0 2
0 1
0 34
554 7
3259 88

result:

wrong answer 2nd lines differ - expected: '2 2', found: '0 7'