QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#121007#6123. JAG Graph IsomorphismHuangHanShengWA 13ms33344kbC++204.9kb2023-07-07 13:47:072023-07-07 13:47:09

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