QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#539152#8935. Puzzle: Easy as Scrabbleucup-team4755#WA 2ms11904kbC++142.8kb2024-08-31 14:08:452024-08-31 14:08:45

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 11892kb

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: 0
Accepted
time: 2ms
memory: 11904kb

input:

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

output:

No

result:

ok Correct.

Test #3:

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

input:

5 5
.U.N.X.
U....xX
Ox....X
M...xxN
Vx....S
Ix.x..X
..IBHX.

output:

Yes
U.NX.
.O..X
M.N..
.VB.S
.I.HX

result:

ok Correct.

Test #4:

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

input:

10 10
.BAZEMIEKUJ.
A..........K
B..x.x.x..x.
K.........xT
A.x..x.....J
Hx....x....B
Q..x....x.xW
S...x......W
S...x.xxx..Z
...x......xZ
I..x..x.x.xR
.QKO.ID..RW.

output:

No

result:

wrong answer Jury has answer but participant has not.