QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#73890#5439. Meet in the MiddleqiuzxWA 3161ms258848kbC++117.4kb2023-01-29 10:14:182023-01-29 10:14:20

详细

Test #1:

score: 100
Accepted
time: 10ms
memory: 91904kb

input:

3 4
1 2 1
2 3 2
1 2 2
2 3 1
1 1
1 2
2 1
2 2

output:

6
4
5
3

result:

ok 4 number(s): "6 4 5 3"

Test #2:

score: 0
Accepted
time: 7ms
memory: 88900kb

input:

2 1
1 2 1
1 2 1
1 1

output:

2

result:

ok 1 number(s): "2"

Test #3:

score: 0
Accepted
time: 1ms
memory: 87724kb

input:

2 1
1 2 1
1 2 1
1 2

output:

1

result:

ok 1 number(s): "1"

Test #4:

score: -100
Wrong Answer
time: 3161ms
memory: 258848kb

input:

10000 50000
8101 5996 108427744
5996 7605 870838849
5996 5599 603303696
8101 3006 339377417
8101 6463 442516687
6463 5560 109174079
5560 4063 127596224
3006 1682 947915262
5996 1986 130416311
6463 5455 279771516
6463 2634 516688796
4063 3034 217886863
7605 5092 742375061
5599 2266 193804402
5092 140...

output:

647838384844
735176355629
649922279296
637066393138
472546379596
645842915960
666409113602
616354973045
644081575470
803875451466
699241804330
734764046916
760279107570
779194685645
664972467816
582044633023
625790011643
714421501386
574385482046
726811438160
668550536249
666761991962
701575393972
6...

result:

wrong answer 2nd numbers differ - expected: '626539793176', found: '735176355629'