QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#781187#9797. Who Am I?ZeroAC ✓9ms10448kbPython3390b2024-11-25 15:06:112024-11-25 15:06:11

Judging History

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

  • [2024-11-25 15:06:11]
  • 评测
  • 测评结果:AC
  • 用时:9ms
  • 内存:10448kb
  • [2024-11-25 15:06:11]
  • 提交

answer

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

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 9ms
memory: 10448kb

input:



output:

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

result:

ok match puzzle 2 csl