QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#629442 | #7752. The Only Way to the Destination | ucup-team2513 | WA | 0ms | 13524kb | C++17 | 2.2kb | 2024-10-11 11:45:11 | 2024-10-11 11:45:12 |
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: 0ms
memory: 13524kb
input:
5 3 2 2 5 1 1 4 3
output:
1 [1, 1] 2 [1, 5] 3 [5, 5] YES
result:
wrong output format YES or NO expected, but 1 found