QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#724770 | #1873. Array | myd | WA | 1ms | 5520kb | C++14 | 1.9kb | 2024-11-08 15:00:08 | 2024-11-08 15:00:09 |
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: 5520kb
input:
3 4 3 3 5 5 7 4 6 6 7 8 8 8 5 2 3 4 4 6
output:
Yes 1 1 2 2 Yes 1 2 3 4 2 1 3 No
result:
wrong output format Expected integer, but "Yes" found