QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#516144#6398. Puzzle: TapaHuangHanShengWA 0ms3960kbC++175.4kb2024-08-12 14:01:402024-08-12 14:01:40

详细

Test #1:

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

input:

3 3
2.4.3
.....
5.8.5
.....
3.5.3

output:

YES
2.4#3
#####
5#8#5
#####
3#5#3

result:

ok Correct.

Test #2:

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

input:

3 3
3.4.3
.....
5.7.5
.....
3.5.3

output:

NO

result:

ok Correct.

Test #3:

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

input:

2 2
2.2
...
2.2

output:

YES
2.2
###
2.2

result:

ok Correct.

Test #4:

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

input:

2 50
2.4.4.4.4.5.5.5.5.5.5.5.5.4.5.5.4.4.5.5.5.5.4.5.5.5.5.5.4.4.5.4.5.5.5.5.5.5.5.5.5.5.5.4.4.5.5.4.5.3
...................................................................................................
2.5.5.4.4.5.5.5.4.4.5.5.5.4.5.5.5.5.5.5.5.5.4.4.4.5.5.5.5.5.5.4.4.4.5.5.5.5.5.5.5.4.4.5.5.5.5.4...

output:

NO

result:

ok Correct.

Test #5:

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

input:

2 50
2.4.4.5.5.5.5.5.5.5.5.5.4.4.5.5.5.5.4.4.5.5.4.4.5.5.5.4.5.4.4.4.5.4.4.5.4.4.5.5.5.5.4.4.5.5.5.5.5.2
...................................................................................................
3.5.4.5.5.5.5.5.5.5.5.5.5.5.4.5.5.5.5.4.5.5.5.5.4.4.5.4.5.4.5.5.5.5.5.4.4.5.5.5.4.4.5.5.5.5.5.4...

output:

NO

result:

ok Correct.

Test #6:

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

input:

50 2
3.2
...
5.4
...
5.5
...
4.4
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.4
...
5.4
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.4
...
5.4
...
5.4
...
5.4
...
4.4
...
5.5
...
5.5
...
4.4
...
5.4
...
5.4
...
5.5
...
4.5
...
4.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
...
5.5
......

output:

YES
3#2
##.
5#4
###
5#5
###
4.4
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#4
##.
5#4
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#4
##.
5#4
###
5#4
##.
5#4
###
4.4
###
5#5
###
5#5
###
4.4
###
5#4
##.
5#4
###
5#5
###
4#5
.##
4#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
5#5
###
...

result:

wrong answer Clue not satisfied at (7,1), non-consecutive shaded cells