QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#671546#6810. Array Concatenationucup-team2281#WA 2ms5740kbC++142.0kb2024-10-24 13:16:282024-10-24 13:16:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 1
1 2

output:

15

result:

ok single line: '15'

Test #2:

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

input:

5 10
26463 39326 86411 75307 85926

output:

806275469

result:

ok single line: '806275469'

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 5600kb

input:

3 10000
329770536 859936159 696111818

output:

405295723

result:

wrong answer 1st lines differ - expected: '325223749', found: '405295723'