QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#218312#6555. Sets May Be Gooducup-team026WA 0ms3848kbC++235.1kb2023-10-17 23:25:572023-10-17 23:25:58

详细

Test #1:

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

input:

5 5
1 2
2 3
3 4
4 5
1 5

output:

16

result:

ok 1 number(s): "16"

Test #2:

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

input:

3 0

output:

8

result:

ok 1 number(s): "8"

Test #3:

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

input:

2 1
1 2

output:

3

result:

ok 1 number(s): "3"

Test #4:

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

input:

4 6
1 2
1 3
1 4
2 3
2 4
3 4

output:

6

result:

ok 1 number(s): "6"

Test #5:

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

input:

1 0

output:

2

result:

ok 1 number(s): "2"

Test #6:

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

input:

4 5
1 2
1 3
1 4
2 3
3 4

output:

12

result:

wrong answer 1st numbers differ - expected: '8', found: '12'