QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#112074#3887. Logic Puzzlelmq26052003WA 2ms3484kbC++201.3kb2023-06-09 20:08:372023-06-09 20:08:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 3
1 1 2 1 1
1 2 3 2 1
1 2 3 2 1
0 1 1 1 0

output:

X.X
.X.

result:

ok correct solution

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3484kb

input:

1 2
0 0 1 1
0 1 1 1
0 1 1 1

output:

..

result:

wrong answer expected impossible