QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#465057 | #8517. Interesting Paths | ucup-team1704# | WA | 3ms | 5504kb | C++20 | 2.7kb | 2024-07-06 17:08:12 | 2024-07-06 17:08:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 5504kb
input:
5 7 1 3 3 5 1 2 2 3 3 4 4 5 2 4
output:
4 3 2 1 1 2 3 4 5
result:
wrong answer Output contains longer sequence [length = 9], but answer contains 1 elements