UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#92259#1106. 小D的红包数Tom1001ms1200kbC++416b2020-02-16 11:32:262020-02-16 11:32:26

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

5
7
4 8 13 18 25 26 28

output:

4

result:

ok single line: '4'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

1
10
4 8 11 12 28 15 18 25 26 13

output:

0

result:

ok single line: '0'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

10
10
4 8 11 12 13 15 18 25 26 28

output:

10

result:

ok single line: '10'

Test #4:

score: 20
Accepted
time: 1ms
memory: 1196kb

input:

6
0

output:

0

result:

ok single line: '0'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1200kb

input:

6
24
4 8 11 12 66 15 18 25 26 28 17 77 4 8 11 12 66 15 18 25 26 28 17 77

output:

14

result:

ok single line: '14'