QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#777162#9797. Who Am I?miaowuAC ✓15ms10524kbPython3388b2024-11-23 23:15:112024-11-23 23:15:13

Judging History

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

  • [2024-11-23 23:15:13]
  • 评测
  • 测评结果:AC
  • 用时:15ms
  • 内存:10524kb
  • [2024-11-23 23:15:11]
  • 提交

answer

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

詳細信息

Test #1:

score: 100
Accepted
time: 15ms
memory: 10524kb

input:



output:

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

result:

ok match puzzle 3 sulfox