QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#198748#6380. LaLa and Divination Magicucup-team607WA 2ms9820kbC++172.6kb2023-10-03 17:03:352023-10-03 17:03:36

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 5732kb

input:

2 1
1
0

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #2:

score: 0
Accepted
time: 2ms
memory: 9820kb

input:

3 3
101
011
111

output:

12
0 0 2
0 0 3
0 1 4
0 2 3
0 2 4
1 1 2
1 1 3
1 2 3
1 2 4
2 2 2
2 2 3
2 2 4

result:

ok Kout = 12, Kans = 6

Test #3:

score: 0
Accepted
time: 1ms
memory: 5772kb

input:

2 1
0
1

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #4:

score: 0
Accepted
time: 0ms
memory: 7788kb

input:

2 1
0
1

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #5:

score: 0
Accepted
time: 1ms
memory: 7776kb

input:

2 1
1
0

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #6:

score: 0
Accepted
time: 0ms
memory: 7848kb

input:

2 1
0
1

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #7:

score: 0
Accepted
time: 0ms
memory: 7784kb

input:

2 1
0
1

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #8:

score: 0
Accepted
time: 1ms
memory: 7820kb

input:

2 1
1
0

output:

2
0 0 2
0 0 3

result:

ok Kout = 2, Kans = 0

Test #9:

score: -100
Wrong Answer
time: 0ms
memory: 5780kb

input:

1 1
1

output:

3
0 0 2
0 0 3
0 0 4

result:

wrong answer Integer parameter [name=K] equals to 3, violates the range [-1, 2]