QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#198744#6380. LaLa and Divination Magicucup-team607#WA 1ms8212kbC++172.7kb2023-10-03 16:59:112023-10-03 16:59:11

詳細信息

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.