QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#882891#3226. Distance SumangletrisectionWA 2ms34420kbC++147.0kb2025-02-05 12:55:262025-02-05 12:55:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 34420kb

input:

10
5 1
2 1
1 1
4 1
2 1
5 1
2 1
2 1
5 1

output:

0
3
5
6
6
8
9
11
13
14

result:

wrong answer 3rd lines differ - expected: '4', found: '5'