QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#261100#7637. Exactly Three Neighborsucup-team1259#WA 0ms3568kbC++202.9kb2023-11-22 17:57:562023-11-22 17:57:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3532kb

input:

2 3

output:

1 3
##.

result:

ok good solution

Test #2:

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

input:

1 1

output:

-1 -1

result:

ok no solution

Test #3:

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

input:

3 4

output:

4 3
.##
##.
##.
.##

result:

wrong answer the total share of black squares must be 3/4, but your plan is 2/3