QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#863378#9797. Who Am I?ZMU01WA 1ms3584kbC++23488b2025-01-19 16:24:372025-01-19 16:24:49

Judging History

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

  • [2025-01-19 16:24:49]
  • 评测
  • 测评结果:WA
  • 用时:1ms
  • 内存:3584kb
  • [2025-01-19 16:24:37]
  • 提交

answer

#include<iostream>
using namespace std;
int main()
{
    cout<<".........#####.\n";
    cout<<".....####..##..\n";
    cout<<"...###....##.##\n";
    cout<<"..##......#..#.\n";
    cout<<"####.#....##..#\n";
    cout<<"##.##...#.##..#\n";
    cout<<"...##.##.##.#.#\n";
    cout<<"....##...##.##.\n";
    cout<<".....##..#.#.##\n";
    cout<<"....#.#.#..##.#\n";
    cout<<"..##.##..##.##.\n";
    cout<<"..#.#..##...##.\n";
    cout<<"..#.#..#.#..#..\n";
    cout<<"...#####.###...\n";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3584kb

input:



output:

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

result:

wrong output format Unexpected end of file - token expected