QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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