QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#670004 | #3040. Container | GuanYunchang | WA | 2ms | 9896kb | C++20 | 1.9kb | 2024-10-23 20:13:31 | 2024-10-23 20:13:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 9672kb
input:
5 2 11221 21112
output:
2 1 3 4 5
result:
ok good job!
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 9896kb
input:
7 0 2212121 1212122
output:
4 1 2 2 4 4 6 6 7
result:
wrong answer invalid plan.