QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#801988#9797. Who Am I?ert#WA 0ms3676kbC++14800b2024-12-07 11:11:382024-12-07 11:11:48

Judging History

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

  • [2024-12-07 11:11:48]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3676kb
  • [2024-12-07 11:11:38]
  • 提交

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