QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#485890#7184. Transport PlusesGuanYunchangWA 2ms10768kbC++175.2kb2024-07-21 11:48:432024-07-21 11:48:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1 2
1 1
5 3
6 2

output:

4.0000000000
3
0 1 1
0 1 2
1 6 3

result:

wrong answer arrived at (6.000000, 3.000000) instead of (5.000000, 3.000000)