QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#449977#4963. Numbers on both SidesZhangYiDeWA 0ms3608kbC++201.7kb2024-06-21 21:30:462024-06-21 21:30:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
9 7 2 2 9
5 2 2 3 1
2 1

output:

23

result:

ok single line: '23'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3528kb

input:

5
9 7 2 2 9
5 9 2 3 1
2 1

output:

25

result:

ok single line: '25'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3608kb

input:

10
53580627 697780592 429665569 16172712 200486124 435516652 711503384 868083709 616939240 492192996
746044490 57589903 507886672 433841177 918380467 426664522 281530079 729659740 980794901 914640542
8 6

output:

8792267986

result:

ok single line: '8792267986'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3592kb

input:

10
730481488 400954693 128613199 713199560 614447169 248941421 37750895 193920847 657063180 854828707
267000572 122726413 949085528 925195735 688098447 253874115 150107099 260234553 36890874 538579428
3 1

output:

2780952803

result:

ok single line: '2780952803'

Test #5:

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

input:

10
852820400 431554192 572868116 758571485 341275225 531674540 657702799 516837122 619205953 220596808
926702132 280512325 197693066 27979679 117338468 521804123 20171436 235111658 370713837 439200264
9 8

output:

8153740256

result:

wrong answer 1st lines differ - expected: '8161548499', found: '8153740256'