QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421970 | #3836. So I'll Max Out My Constructive Algorithm Skills | MaMengQi | WA | 0ms | 3620kb | C++17 | 976b | 2024-05-26 15:29:41 | 2024-05-26 15:29:41 |
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: 3620kb
input:
1 2 4 3 2 1
output:
-2 4 3 1 2
result:
wrong answer Integer -2 violates the range [1, 4]