QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#189647 | #6381. LaLa and Harvesting | ucup-team864# | WA | 1ms | 3640kb | C++23 | 5.1kb | 2023-09-27 19:04:46 | 2023-09-27 19:04:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3580kb
input:
6 7 1 1 1 1 1 1 0 1 1 2 2 3 2 4 1 5 1 4 0 5 1 2 5
output:
2 2 3 5
result:
ok n=6, m=7, k=1, w=2
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3640kb
input:
2 1 2 5 0 1 1 0 1
output:
2 1 1
result:
wrong answer The reported sum does not match the output set