QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#121007 | #6123. JAG Graph Isomorphism | HuangHanSheng | WA | 13ms | 33344kb | C++20 | 4.9kb | 2023-07-07 13:47:07 | 2023-07-07 13:47:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 13ms
memory: 33276kb
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: 13ms
memory: 33344kb
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