UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101351#1106. 小D的红包数dongyinuo1001ms1196kbC++338b2020-02-25 21:19:152020-02-25 21:19:17

answer


详细

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

Test #1:

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

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

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

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: 0ms
memory: 1192kb

input:

6
0

output:

0

result:

ok single line: '0'

Test #5:

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

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'