QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#189660 | #6381. LaLa and Harvesting | ucup-team864# | WA | 1ms | 3620kb | C++23 | 5.2kb | 2023-09-27 19:13:39 | 2023-09-27 19:13:40 |
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: 1ms
memory: 3620kb
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: 0ms
memory: 3596kb
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