QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#801988 | #9797. Who Am I? | ert# | WA | 0ms | 3676kb | C++14 | 800b | 2024-12-07 11:11:38 | 2024-12-07 11:11:48 |
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;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3676kb
input:
output:
.....##.#...... .....#.#.#..... ......#######.. .....#......##. ....##.......## ....#..###.##.# ....#.........# ....#.........# .#####.......## #######....##.. ##...########.. .....#.....#.#. .....#.....#### .....##.....#.# ......#.....#..
result:
wrong answer no match puzzle