QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#724766 | #1873. Array | myd | WA | 1ms | 5516kb | C++14 | 1.9kb | 2024-11-08 14:59:26 | 2024-11-08 14:59:28 |
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: 5516kb
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