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

This is the latest submission verdict.

  • [2025-01-19 16:24:49]
  • Judged
  • Verdict: WA
  • Time: 1ms
  • Memory: 3584kb
  • [2025-01-19 16:24:37]
  • Submitted

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