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

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

  • [2025-01-25 20:22:27]
  • 评测
  • 测评结果:AC
  • 用时:0ms
  • 内存:3584kb
  • [2025-01-25 20:22:26]
  • 提交

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