QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#777258#9797. Who Am I?SkySummerAC ✓12ms10584kbPython3388b2024-11-24 00:02:052024-11-24 00:02:07

Judging History

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

  • [2024-11-24 00:02:07]
  • 评测
  • 测评结果:AC
  • 用时:12ms
  • 内存:10584kb
  • [2024-11-24 00:02:05]
  • 提交

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: 12ms
memory: 10584kb

input:



output:

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

result:

ok match puzzle 3 sulfox