QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#863378 | #9797. Who Am I? | ZMU01 | WA | 1ms | 3584kb | C++23 | 488b | 2025-01-19 16:24:37 | 2025-01-19 16:24:49 |
Judging History
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