QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#210940 | #7522. Sequence Shift | ucup-team1376 | WA | 1ms | 10016kb | C++14 | 933b | 2023-10-11 21:44:07 | 2023-10-11 21:44:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 10016kb
input:
5 3 1 4 3 2 5 7 5 8 3 2 3 6 4
output:
11 12 17 25
result:
wrong answer 2nd lines differ - expected: '13', found: '12'