QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#801993 | #9797. Who Am I? | ert# | AC ✓ | 0ms | 3652kb | C++14 | 800b | 2024-12-07 11:13:54 | 2024-12-07 11:13:55 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
using i64 = long long;
using u64 = unsigned long long;
using u32 = unsigned;
using pii = pair<int,int>;
int main(){
cin.tie(nullptr);
ios::sync_with_stdio(false);
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;
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3652kb
input:
output:
.....##.#...... .....#.#.#..... ......#######.. .....#......##. ....##.......## ....#..###.##.# ....#.........# ....#.........# .#####.......## #######.....##. ##...########.. .....#.....#.#. .....#.....#### .....##.....#.# ......#.....#..
result:
ok match puzzle 0 qls