QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#198753#6380. LaLa and Divination Magicucup-team607WA 1ms8212kbC++172.7kb2023-10-03 17:05:072023-10-03 17:05:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 0ms
memory: 7912kb

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: 5856kb

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: 1ms
memory: 7972kb

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: 6152kb

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: 1ms
memory: 7912kb

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: 1ms
memory: 5828kb

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: 7960kb

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: 8212kb

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]