QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#516409#8215. Isomorphic DelightZhangYiDeWA 0ms3876kbC++17464b2024-08-12 17:04:252024-08-12 17:04:26

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3668kb

input:

1

output:

YES
0

result:

ok Everything ok

Test #2:

score: 0
Accepted
time: 0ms
memory: 3856kb

input:

6

output:

YES
6
1 2
2 3
3 1
4 2
5 3
6 5

result:

ok Everything ok

Test #3:

score: 0
Accepted
time: 0ms
memory: 3720kb

input:

4

output:

NO

result:

ok Everything ok

Test #4:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

2

output:

NO

result:

ok Everything ok

Test #5:

score: 0
Accepted
time: 0ms
memory: 3720kb

input:

3

output:

NO

result:

ok Everything ok

Test #6:

score: 0
Accepted
time: 0ms
memory: 3812kb

input:

5

output:

NO

result:

ok Everything ok

Test #7:

score: 0
Accepted
time: 0ms
memory: 3796kb

input:

7

output:

YES
6
1 2
1 3
3 4
1 5
6 5
7 6

result:

ok Everything ok

Test #8:

score: -100
Wrong Answer
time: 0ms
memory: 3876kb

input:

8

output:

YES
7
1 2
1 3
3 4
1 5
6 5
7 6
8 7

result:

wrong answer contestant's solution is worse (more edges) than jury's