QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#671439 | #6810. Array Concatenation | ucup-team2281# | WA | 2ms | 3704kb | C++14 | 2.0kb | 2024-10-24 12:26:31 | 2024-10-24 12:26:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3704kb
input:
2 1 1 2
output:
15
result:
ok single line: '15'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3704kb
input:
5 10 26463 39326 86411 75307 85926
output:
806275469
result:
ok single line: '806275469'
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3624kb
input:
3 10000 329770536 859936159 696111818
output:
405295723
result:
wrong answer 1st lines differ - expected: '325223749', found: '405295723'