QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#521603#7048. Delivery Routeucup-team3950#WA 2ms8736kbC++172.4kb2024-08-16 13:01:112024-08-16 13:01:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 8628kb

input:

6 3 3 4
1 2 5
3 4 5
5 6 10
3 5 -100
4 6 -100
1 3 -10

output:

NO PATH
NO PATH
5
0
-95
-100

result:

ok 6 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 8736kb

input:

100 500 500 4
13 20 329
41 10 63
100 90 297
15 79 163
24 67 747
29 68 443
73 98 565
10 41 921
79 62 973
31 85 270
25 29 672
34 43 391
30 92 604
58 82 90
28 16 460
53 63 350
91 98 260
70 22 232
5 36 335
37 32 339
4 48 940
85 1 233
95 78 323
62 79 688
49 57 576
10 54 103
33 78 541
88 22 171
4 48 408
2...

output:

-1452
-1181
NO PATH
0
NO PATH
-1984
-1704
-670
-2141
-691
-1799
-710
-1947
-1574
-200
-1922
-2441
NO PATH
-1437
-1891
-1722
-747
-1621
-781
-2288
-1920
-1317
-2086
-1157
-1732
-2371
-2177
-2221
-1514
-433
NO PATH
-1449
NO PATH
158
-1679
-628
-2239
-1713
-1381
-1314
-2042
-1270
112
-1575
544
-1666
-1...

result:

wrong answer 1st lines differ - expected: '-3619', found: '-1452'