QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#111451 | #3040. Container | DitaMirika | WA | 1ms | 9324kb | C++14 | 4.0kb | 2023-06-07 09:52:18 | 2023-06-07 09:52:19 |
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: 100
Accepted
time: 0ms
memory: 9324kb
input:
5 2 11221 21112
output:
2 1 3 4 5
result:
ok good job!
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 9312kb
input:
7 0 2212121 1212122
output:
4 4 6 6 7 2 4 1 2
result:
wrong answer invalid plan.