QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#427421#7737. Extending DistancezlxFTH WA 0ms13964kbC++144.9kb2024-06-01 13:16:322024-06-01 13:16:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 13964kb

input:

2
3 4 6
2 1 15
7 1 9
13 3 2
3 6 1 2
5 2 15 3
3 3 3
1 1
2 2
3 3
1 1 1
2 2 2

output:

9
4 1 15
7 1 12
13 7 2
3 6 1 2
5 2 15 3
4
2 3
2 3
3 3
1 1 1
2 2 6

result:

wrong answer The output T doesn't match number of operations. (test case 2)