QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#576032 | #7752. The Only Way to the Destination | ucup-team1306 | WA | 1ms | 5640kb | C++14 | 3.0kb | 2024-09-19 18:02:03 | 2024-09-19 18:02:05 |
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: 5640kb
input:
5 3 2 2 5 1 1 4 3
output:
1 1 2 2 3 3 4 4 YES
result:
wrong output format YES or NO expected, but 1 found