QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#737207 | #8020. Mine Sweeper II | ucup-team1277# | WA | 1ms | 3944kb | C++23 | 3.6kb | 2024-11-12 15:01:57 | 2024-11-12 15:02:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3848kb
input:
2 4 X..X X.X. X.X. .X..
output:
X.X. X..X
result:
ok OK, Accepted.
Test #2:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
7 28 ............................ .XXXXX...XXXX..XXXX....XXXX. ...X....XX.....X..XX..XX.... ...X....X......XXXX...X..... ...X....XX.....X......XX.... .XXXXX...XXXX..X.......XXXX. ............................ ............................ ..XXXX...XXXX..XXXXX..X...X. .XX.....XX.......X....X...X. .X......
output:
............................ .XXXXX...XXXX..XXXX....XXXX. ...X....XX.....X..XX..XX.... ...X....X......XXXX...X..... ...X....XX.....X......XX.... .XXXXX...XXXX..X.......XXXX. ............................
result:
ok OK, Accepted.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
1 1 . X
output:
X
result:
ok OK, Accepted.
Test #4:
score: 0
Accepted
time: 1ms
memory: 3944kb
input:
1 2 X. .X
output:
.X
result:
ok OK, Accepted.
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 3632kb
input:
10 5 XXX.X .X..X XXX.X XXXX. X...X XX..X .XXX. .XXX. X.X.. ..X.. ...X. XX.XX ...XX ...XX .XXXX ..XX. XX.X. X.X.. .X.XX .X.XX
output:
...X. XX.XX ...XX ...XX .XXXX ..XX. XX.X. X.X.. .X.XX XXXXX
result:
wrong answer WA, sum of numbers not equal, 76 for A, 72 for user_output