QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#781187 | #9797. Who Am I? | Zero | AC ✓ | 9ms | 10448kb | Python3 | 390b | 2024-11-25 15:06:11 | 2024-11-25 15:06:11 |
Judging History
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