ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#92259 | #1106. 小D的红包数 | Tom | 100 | 1ms | 1200kb | C++ | 416b | 2020-02-16 11:32:26 | 2020-02-16 11:32:26 |
answer
Details
小提示:点击横条可展开更详细的信息
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'