QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#511527 | #6838. Assumption is All You Need | HuangHanSheng | WA | 0ms | 11756kb | C++23 | 805b | 2024-08-09 23:53:09 | 2024-08-09 23:53: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: 0ms
memory: 11756kb
input:
3 2 1 2 2 1 4 4 1 2 3 1 3 2 4 8 8 7 6 5 4 3 2 1 1 8 7 6 5 4 3 2
output:
-1 2 1 2 2 4 9 1 2 2 4 1 2 1 3 1 4 1 5 1 6 1 7 1 8
result:
wrong answer 4-th operation a[x]=5, a[y]=6 not valid: (a[x] > a[y]) == false