QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#121005 | #6123. JAG Graph Isomorphism | ZhangYiDe | WA | 14ms | 34860kb | C++20 | 4.9kb | 2023-07-07 13:45:20 | 2023-07-07 13:45:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 9ms
memory: 34860kb
input:
4 1 2 2 3 2 4 3 4 1 2 1 3 1 4 3 4
output:
Yes
result:
ok answer is YES
Test #2:
score: -100
Wrong Answer
time: 14ms
memory: 34792kb
input:
4 1 2 2 3 3 4 1 4 1 2 1 3 1 4 3 4
output:
Yes
result:
wrong answer expected NO, found YES