QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#114479#5662. Distance Calculatorlpf#WA 1ms3496kbC++141.2kb2023-06-22 09:43:562023-06-22 09:43:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3496kb

input:

5
3
3 1 2
4
4 3 2 1
5
4 1 2 3 5
7
2 6 1 5 4 3 7
10
3 2 1 5 7 6 4 10 8 9

output:

0
201684
0
0
131820

result:

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