QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#622283#2060. White MageMaMengQiWA 9ms107264kbC++202.7kb2024-10-08 20:40:122024-10-08 20:40:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 6
2 1 2 10
3 3 4 5 18
2 4 5 6
1 3 7
1 2 4
1 1 11

output:

23

result:

ok answer is '23'

Test #2:

score: 0
Accepted
time: 3ms
memory: 107040kb

input:

3 2
2 1 2 5
2 2 3 5

output:

-1

result:

ok answer is '-1'

Test #3:

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

input:

3 4
3 1 2 3 10
1 1 2
1 2 3
1 3 4

output:

9

result:

ok answer is '9'

Test #4:

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

input:

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

output:

9

result:

wrong answer expected '8', found '9'