QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#131182#6409. Classical Data Structure ProblemZhangYiDeWA 1ms3652kbC++174.0kb2023-07-26 17:11:492023-07-26 17:11:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3652kb

input:

5 2
2 1
1 3
3 2
1 0
0 2

output:

87

result:

ok 1 number(s): "87"

Test #2:

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

input:

1 1
1 1

output:

0

result:

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