QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#356717 | #5435. Clamped Sequence | HuangHanSheng | WA | 1ms | 5620kb | C++23 | 1.6kb | 2024-03-18 09:45:11 | 2024-03-18 09:45:12 |
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: 5620kb
input:
8 3 3 1 4 1 5 9 2 6
output:
11 15 8 15 7 0 14 6 15
result:
wrong answer 1st numbers differ - expected: '15', found: '11'