QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#785083#9797. Who Am I?clbzdq114514AC ✓6ms10612kbPython3388b2024-11-26 16:48:082024-11-26 16:48:10

Judging History

你现在查看的是最新测评结果

  • [2024-11-26 16:48:10]
  • 评测
  • 测评结果:AC
  • 用时:6ms
  • 内存:10612kb
  • [2024-11-26 16:48:08]
  • 提交

answer

print(".##...#.....##.")
print(".###.####..###.")
print("#.#.#######.#.#")
print("#.#..#####..#.#")
print("#..#...###.#..#")
print("#.###...#.###.#")
print(".#.###.#.###.#.")
print(".#....###....#.")
print(".#..#..#..#..#.")
print("..#.#.....#.#..")
print(".#.....#.....#.")
print("..###....#..#..")
print(".##.##.##..#.#.")
print(".#.#.#..####...")
print(".#...#.#....###")

詳細信息

Test #1:

score: 100
Accepted
time: 6ms
memory: 10612kb

input:



output:

.##...#.....##.
.###.####..###.
#.#.#######.#.#
#.#..#####..#.#
#..#...###.#..#
#.###...#.###.#
.#.###.#.###.#.
.#....###....#.
.#..#..#..#..#.
..#.#.....#.#..
.#.....#.....#.
..###....#..#..
.##.##.##..#.#.
.#.#.#..####...
.#...#.#....###

result:

ok match puzzle 3 sulfox