QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#871328#9797. Who Am I?sshhaarrkkAC ✓0ms3584kbC++14659b2025-01-25 20:22:262025-01-25 20:22:27

Judging History

This is the latest submission verdict.

  • [2025-01-25 20:22:27]
  • Judged
  • Verdict: AC
  • Time: 0ms
  • Memory: 3584kb
  • [2025-01-25 20:22:26]
  • Submitted

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