QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#198738#6380. LaLa and Divination Magicucup-team607#WA 1ms8216kbC++172.7kb2023-10-03 16:56:402023-10-03 16:56:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

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

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

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

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

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

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

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

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]