QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#465005 | #8517. Interesting Paths | ucup-team1704# | WA | 2ms | 4496kb | C++20 | 2.5kb | 2024-07-06 16:47:52 | 2024-07-06 16:47:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 4496kb
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