QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#661772#7737. Extending Distanceucup-team4948WA 0ms3768kbC++144.1kb2024-10-20 18:04:092024-10-20 18:04:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

debug
10
10 5 15 
11 11 9 
13 3 2 
3 6 5 2 
5 4 15 3 
debug
7
1 1 
2 2 
3 3 
1 1 1 
2 2 2 

result:

wrong output format Expected integer, but "debug" found (test case 1)