QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#191103 | #7522. Sequence Shift | ucup-team1376# | WA | 2ms | 11796kb | C++23 | 1.6kb | 2023-09-29 17:59:22 | 2023-09-29 17:59:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 11796kb
input:
5 3 1 4 3 2 5 7 5 8 3 2 3 6 4
output:
11 11 15
result:
wrong answer 2nd lines differ - expected: '13', found: '11'