QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#321207#4834. Trijectionhyforces0 0ms0kbC++206.1kb2024-02-04 10:05:532024-02-04 10:05:54

详细

Test #1:

score: 0
Wrong Answer on the first run

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:

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

input:


output:


result:

wrong output format Expected integer, but "triang" found