QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#471569#3888. MountaineersMaMengQiWA 25ms5828kbC++172.3kb2024-07-10 22:16:042024-07-10 22:16:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5660kb

input:

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

output:

2
4
3

result:

ok 3 lines

Test #2:

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

input:

2 3 8
17 43 20
99 4 13
1 1 1 1
1 2 1 2
1 3 1 3
2 1 2 1
2 2 2 2
2 3 2 3
1 2 1 2
1 1 2 3

output:

17
43
20
99
4
13
43
43

result:

ok 8 lines

Test #3:

score: -100
Wrong Answer
time: 25ms
memory: 5692kb

input:

424 255 96321
609973 853916 208437 995119 791409 385291 96180 97032 847714 807295 44243 237163 872650 873888 481031 937907 98321 470077 892710 162835 451952 199898 854154 697671 461830 606919 142238 452375 673686 310460 400943 998867 825153 816773 465784 233787 248921 561198 208327 129374 905035 303...

output:

789797
778810
936659
914617
895653
811665
914617
753278
727775
926214
849997
884902
855495
863019
930330
736237
819407
811665
736237
947571
756370
961141
936659
810239
947571
947607
870935
912435
918829
849997
944620
916409
961141
798689
967065
961141
869325
871505
947571
948164
788200
811061
947154...

result:

wrong answer 1st lines differ - expected: '589369', found: '789797'