QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#669985 | #3040. Container | HuangHanSheng | WA | 2ms | 9976kb | C++20 | 1.9kb | 2024-10-23 20:10:41 | 2024-10-23 20:10:43 |
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: 2ms
memory: 9976kb
input:
5 2 11221 21112
output:
2 1 3 4 5
result:
ok good job!
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 9972kb
input:
7 0 2212121 1212122
output:
3 1 3 3 5 5 7
result:
wrong answer valid plan but your cost is not the minimum one.