QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#464492#8857. Low Powerucup-team1005#WA 0ms3872kbC++20567b2024-07-06 10:15:042024-07-06 10:15:04

詳細信息

Test #1:

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

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: 3872kb

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: 3572kb

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: 3620kb

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: 3636kb

input:

1 1
1 1

output:

0

result:

ok single line: '0'

Test #6:

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

input:

1 1
2 999999999

output:

999999997

result:

ok single line: '999999997'

Test #7:

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

input:

1 1
1000000000 1

output:

999999999

result:

ok single line: '999999999'

Test #8:

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

input:

1 1
1000000000 1000000000

output:

0

result:

ok single line: '0'

Test #9:

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

input:

1 2
4 8 2 1

output:

1

result:

ok single line: '1'

Test #10:

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

input:

1 2
4 9 6 1

output:

3

result:

ok single line: '3'

Test #11:

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

input:

1 2
4 9 4 1

output:

3

result:

ok single line: '3'

Test #12:

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

input:

1 2
9 8 1 4

output:

3

result:

ok single line: '3'

Test #13:

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

input:

2 1
4 8 2 1

output:

4

result:

ok single line: '4'

Test #14:

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

input:

2 1
4 9 6 1

output:

3

result:

ok single line: '3'

Test #15:

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

input:

2 1
4 9 4 1

output:

5

result:

ok single line: '5'

Test #16:

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

input:

2 1
9 8 1 4

output:

3

result:

ok single line: '3'

Test #17:

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

input:

2 2
9 8 8 8 7 6 5 5

output:

1

result:

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