QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#592171#3058. Assignment AlgorithmMaMengQiWA 0ms36640kbC++205.2kb2024-09-26 21:02:232024-09-26 21:02:23

详细

Test #1:

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

input:

2 17
...........
---.#--.---
...........
---.---.---
...........

output:

...........
hnd.#lb.fpj
...........
kqg.cma.eoi
...........

result:

ok 5 lines

Test #2:

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

input:

6 26
...........
---.---.###
#-#.---.---
---.###.---
...........
---.###.---
#--.#-#.--#
#--.--#.#-#
...........

output:

...........
gke.aic.###
#-#.mzo.r-v
x-p.###.n-t
...........
fjb.###.dlh
#-s.#-#.w-#
#-u.qy#.#-#
...........

result:

ok 9 lines

Test #3:

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

input:

4 20
...........
###.#-#.###
---.---.---
...........
###.##-.###
---.---.---
...........

output:

...........
###.#b#.###
kqg.coe.ism
...........
###.##a.###
ntj.fpd.hrl
...........

result:

wrong answer 2nd lines differ - expected: '###.#a#.###', found: '###.#b#.###'