QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#671542 | #6810. Array Concatenation | ucup-team2281# | WA | 2ms | 5716kb | C++14 | 2.0kb | 2024-10-24 13:15:11 | 2024-10-24 13:15:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 5716kb
input:
2 1 1 2
output:
15
result:
ok single line: '15'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5660kb
input:
5 10 26463 39326 86411 75307 85926
output:
806275469
result:
ok single line: '806275469'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3684kb
input:
3 10000 329770536 859936159 696111818
output:
405295723
result:
wrong answer 1st lines differ - expected: '325223749', found: '405295723'