QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#242616#6398. Puzzle: Tapaucup-team1281#RE 0ms3636kbC++232.5kb2023-11-07 15:43:342023-11-07 15:43:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: -100
Runtime Error

input:

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

output:


result: