QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#121005#6123. JAG Graph IsomorphismZhangYiDeWA 14ms34860kbC++204.9kb2023-07-07 13:45:202023-07-07 13:45:21

Details

Tip: Click on the bar to expand more detailed information

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