QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#103090#6123. JAG Graph IsomorphismThreeKonjaks#WA 7ms10068kbC++141.9kb2023-05-04 13:56:472023-05-04 13:56:48

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