QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#198744 | #6380. LaLa and Divination Magic | ucup-team607# | WA | 1ms | 8212kb | C++17 | 2.7kb | 2023-10-03 16:59:11 | 2023-10-03 16:59:11 |
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: 8212kb
input:
2 1 1 0
output:
2 0 0 2 0 0 3
result:
ok Kout = 2, Kans = 0
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 8212kb
input:
3 3 101 011 111
output:
0
result:
wrong answer The output contains more solutions than intended.