QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#90713 | #4834. Trijection | Qingyu | 0 | 2ms | 3296kb | C++23 | 182b | 2023-03-24 21:46:33 | 2023-03-24 21:46:35 |
Judging History
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)