QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#103090 | #6123. JAG Graph Isomorphism | ThreeKonjaks# | WA | 7ms | 10068kb | C++14 | 1.9kb | 2023-05-04 13:56:47 | 2023-05-04 13:56:48 |
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: 2ms
memory: 10068kb
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: 0
Accepted
time: 0ms
memory: 9992kb
input:
4 1 2 2 3 3 4 1 4 1 2 1 3 1 4 3 4
output:
NO
result:
ok answer is NO
Test #3:
score: -100
Wrong Answer
time: 7ms
memory: 9900kb
input:
6 1 2 1 3 2 5 2 6 3 5 4 6 1 5 1 6 2 4 2 5 2 6 3 4
output:
NO
result:
wrong answer expected YES, found NO