QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#690332#6404. Shuttle TourNailongGroupWA 171ms22368kbC++206.9kb2024-10-30 21:39:022024-10-30 21:39:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 22224kb

input:

5 6
10110
1 2 1
1 3 10
2 4 100
3 5 1000
2 1 5
1 3
2 1 5
2 2 4
2 5 5
2 1 1

output:

222
202
0
-1
0

result:

ok 5 number(s): "222 202 0 -1 0"

Test #2:

score: -100
Wrong Answer
time: 171ms
memory: 22368kb

input:

50 200000
00100100100001101010110100000111100011101110011010
14 47 940241413
11 43 331483591
37 38 496247070
47 46 832459694
7 15 16479291
1 30 402388666
30 8 513064064
46 50 739311480
5 4 761894947
32 41 631669659
17 24 715786564
35 20 763151642
32 33 492466005
39 11 186023146
9 7 805081251
3 42 25...

output:

g[39]:1 cur:1
u:39 [40,42] sum:-1151787991 -2097630927 ans:945842936
g[16]:1 cur:0
g[14]:1 cur:0
g[1]:1 cur:0
tot:1
h:43 [39,42] g:1

result:

wrong output format Expected integer, but "g[39]:1" found