QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#195420 | #7522. Sequence Shift | ucup-team241# | WA | 1ms | 5832kb | C++14 | 1.6kb | 2023-10-01 04:16:49 | 2023-10-01 04:16:49 |
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: 5832kb
input:
5 3 1 4 3 2 5 7 5 8 3 2 3 6 4
output:
11 12 10 14
result:
wrong answer 2nd lines differ - expected: '13', found: '12'