QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#294313 | #4834. Trijection | ucup-team1878# | 0 | 0ms | 0kb | C++23 | 7.5kb | 2023-12-30 11:52:52 | 2023-12-30 11:52:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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:
perm 1 2 5 3 4 triang 1 2 3 1 3 7 3 4 5 3 5 6 3 6 7 poly 2 4 #### ###. poly 3 3 ### ### ##.
input:
output:
result:
wrong output format Expected integer, but "perm" found