QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#608447#8935. Puzzle: Easy as Scrabbleucup-team3716WA 0ms3836kbC++205.7kb2024-10-03 21:58:282024-10-03 21:58:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 5
.CBA...
....x..
..x...C
A.....B
B..x..A
C......
.......

output:

YES
CBA..
....C
A...B
B...A
C....

result:

ok Correct.

Test #2:

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

input:

1 2
....
Nx..
..O.

output:

YES
.N

result:

wrong answer Column 2 bottom clue not satisfied.