QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#871328 | #9797. Who Am I? | sshhaarrkk | AC ✓ | 0ms | 3584kb | C++14 | 659b | 2025-01-25 20:22:26 | 2025-01-25 20:22:27 |
Judging History
answer
#include <iostream>
using namespace std;
int main()
{
cout << ".....##.#......" << endl;
cout << ".....#.#.#....." << endl;
cout << "......#######.." << endl;
cout << ".....#......##." << endl;
cout << "....##.......##" << endl;
cout << "....#..###.##.#" << endl;
cout << "....#.........#" << endl;
cout << "....#.........#" << endl;
cout << ".#####.......##" << endl;
cout << "#######.....##." << endl;
cout << "##...########.." << endl;
cout << ".....#.....#.#." << endl;
cout << ".....#.....####" << endl;
cout << ".....##.....#.#" << endl;
cout << "......#.....#.." << endl;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
output:
.....##.#...... .....#.#.#..... ......#######.. .....#......##. ....##.......## ....#..###.##.# ....#.........# ....#.........# .#####.......## #######.....##. ##...########.. .....#.....#.#. .....#.....#### .....##.....#.# ......#.....#..
result:
ok match puzzle 0 qls