QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#90713#4834. TrijectionQingyu0 2ms3296kbC++23182b2023-03-24 21:46:332023-03-24 21:46:35

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-24 21:46:35]
  • 评测
  • 测评结果:0
  • 用时:2ms
  • 内存:3296kb
  • [2023-03-24 21:46:33]
  • 提交

answer

#include <bits/stdc++.h>

int main() {
	std::cout << "5 4\nperm\n3 1 4 2 5\npoly\n4 2\n##\n##\n##\n#.\npoly\n3 3\n.##\n###\n##.\ntriang\n1 2 3\n1 3 7\n3 4 7\n4 5 7\n5 6 7"		;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3296kb

input:

5 4
poly
4 2
.#
##
##
#.
perm
4 1 5 2 3
triang
1 2 4
1 4 5
1 5 7
2 3 4
5 6 7
perm
2 1 3 5 4

output:

5 4
perm
3 1 4 2 5
poly
4 2
##
##
##
#.
poly
3 3
.##
###
##.
triang
1 2 3
1 3 7
3 4 7
4 5 7
5 6 7

input:

5 4
perm
3 1 4 2 5
poly
##
##
##
#.
poly
.##
###
##.
triang
1 2 3
1 3 7
3 4 7
4 5 7
5 6 7

output:

5 4
perm
3 1 4 2 5
poly
4 2
##
##
##
#.
poly
3 3
.##
###
##.
triang
1 2 3
1 3 7
3 4 7
4 5 7
5 6 7

result:

wrong answer wrong recovery (test case 1)