QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#114857#5670. Group GuestslpfWA 50ms28836kbC++141.1kb2023-06-23 19:04:352023-06-23 19:04:37

详细

Test #1:

score: 100
Accepted
time: 3ms
memory: 13800kb

input:

2 4
1 2
3 4

output:

2 0

result:

ok single line: '2 0'

Test #2:

score: 0
Accepted
time: 1ms
memory: 13860kb

input:

2 3
1 2
3 1

output:

0 0

result:

ok single line: '0 0'

Test #3:

score: 0
Accepted
time: 1ms
memory: 13984kb

input:

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

output:

0 0

result:

ok single line: '0 0'

Test #4:

score: -100
Wrong Answer
time: 50ms
memory: 28836kb

input:

999990 666660
1 2
1 5
1 7
1 8
1 9
1 10
2 4
2 6
2 9
2 10
3 4
4 8
5 8
6 7
6 10
11 13
11 15
11 20
12 17
12 19
13 16
13 19
14 16
14 19
15 17
15 18
16 17
16 19
17 18
17 20
21 26
21 27
21 29
22 26
22 27
22 29
23 26
23 30
24 26
24 28
25 27
25 30
26 27
26 29
28 29
31 33
31 40
32 35
33 35
33 37
33 38
33 39
3...

output:

383 0

result:

wrong answer 1st lines differ - expected: '383 523', found: '383 0'