QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#651881#8935. Puzzle: Easy as Scrabbleucup-team2540WA 1ms3680kbC++173.8kb2024-10-18 18:06:392024-10-18 18:06:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

input:

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

output:

YES
NO

result:

wrong answer Unsatisfied x clue at (1,1)