QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#469022#8857. Low Powerucup-team4347WA 0ms3828kbC++231.2kb2024-07-09 10:36:222024-07-09 10:36:22

详细

Test #1:

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

input:

2 3
1 2 3 4 5 6 7 8 9 10 11 12

output:

1

result:

ok single line: '1'

Test #2:

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

input:

2 2
3 1 3 3 3 3 3 3

output:

2

result:

ok single line: '2'

Test #3:

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

input:

2 3
1 2 3 4 5 6 7 8 9 10 11 12

output:

1

result:

ok single line: '1'

Test #4:

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

input:

2 2
3 1 3 3 3 3 3 3

output:

2

result:

ok single line: '2'

Test #5:

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

input:

1 1
1 1

output:

0

result:

ok single line: '0'

Test #6:

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

input:

1 1
2 999999999

output:

999999997

result:

ok single line: '999999997'

Test #7:

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

input:

1 1
1000000000 1

output:

999999999

result:

ok single line: '999999999'

Test #8:

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

input:

1 1
1000000000 1000000000

output:

0

result:

ok single line: '0'

Test #9:

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

input:

1 2
4 8 2 1

output:

1

result:

ok single line: '1'

Test #10:

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

input:

1 2
4 9 6 1

output:

3

result:

ok single line: '3'

Test #11:

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

input:

1 2
4 9 4 1

output:

3

result:

ok single line: '3'

Test #12:

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

input:

1 2
9 8 1 4

output:

3

result:

ok single line: '3'

Test #13:

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

input:

2 1
4 8 2 1

output:

4

result:

ok single line: '4'

Test #14:

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

input:

2 1
4 9 6 1

output:

3

result:

ok single line: '3'

Test #15:

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

input:

2 1
4 9 4 1

output:

5

result:

ok single line: '5'

Test #16:

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

input:

2 1
9 8 1 4

output:

3

result:

ok single line: '3'

Test #17:

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

input:

2 2
9 8 8 8 7 6 5 5

output:

1

result:

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