QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#183687#61. Cut Cut Cut!Z_301WA 47ms743112kbC++176.7kb2023-09-19 19:16:342023-09-19 19:16:35

详细

Test #1:

score: 100
Accepted
time: 28ms
memory: 743088kb

input:

3 3
1 2
1 3
2 3

output:

1 2 

result:

ok 2 number(s): "1 2"

Test #2:

score: 0
Accepted
time: 24ms
memory: 743088kb

input:

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

output:

1 1 1 2 1 0 0 

result:

ok 7 numbers

Test #3:

score: -100
Wrong Answer
time: 47ms
memory: 743112kb

input:

20 70
3 18
14 16
8 10
5 7
2 14
10 18
14 15
17 19
18 20
4 6
3 20
16 17
6 7
6 17
6 19
5 19
12 16
18 19
13 19
13 19
8 9
15 17
8 9
1 7
5 18
6 14
2 17
4 20
12 16
9 20
2 7
6 19
12 13
6 7
1 5
19 20
9 14
13 14
16 17
17 20
9 16
1 6
12 15
2 8
1 3
4 19
1 4
9 13
14 15
15 20
17 18
14 19
13 14
2 5
7 14
7 18
10 16...

output:

0 1 1 2 2 5 1 2 1 0 1 2 7 3 4 5 7 10 9 

result:

wrong answer 4th numbers differ - expected: '1', found: '2'