ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#40132 | #93. lesson | cqbz_jzx | 100 | 7ms | 1160kb | C++ | 821b | 2018-11-07 21:21:49 | 2018-11-07 22:40:28 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1144kb
input:
99 10 1 2 3 4 5 6 7 8 9 4 9 5 9 3 5 2 4 2 2 8 4 2 4 5 7 4 6 2 2 6 7 5 8 9 2 3 3 5 6 9 2 7 5 2 4 9 8 ...
output:
1 98
result:
ok single line: '1 98'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1148kb
input:
96 10 1 2 3 4 5 6 7 8 9 5 8 2 7 4 2 5 7 6 5 3 8 2 2 7 9 4 7 2 6 8 7 7 3 5 2 9 4 6 7 3 5 5 7 9 5 9 3 ...
output:
1 95
result:
ok single line: '1 95'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1156kb
input:
2000 50 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34...
output:
1 1999
result:
ok single line: '1 1999'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1156kb
input:
1997 50 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34...
output:
1 1996
result:
ok single line: '1 1996'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1160kb
input:
1999 50 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34...
output:
1 1998
result:
ok single line: '1 1998'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1156kb
input:
2000 50 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34...
output:
1 1999
result:
ok single line: '1 1999'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1156kb
input:
99996 100 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ...
output:
1 99995
result:
ok single line: '1 99995'
Test #8:
score: 10
Accepted
time: 2ms
memory: 1156kb
input:
99997 100 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ...
output:
1 99996
result:
ok single line: '1 99996'
Test #9:
score: 10
Accepted
time: 4ms
memory: 1156kb
input:
99996 100 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 ...
output:
1 99995
result:
ok single line: '1 99995'
Test #10:
score: 10
Accepted
time: 1ms
memory: 1156kb
input:
100000 100 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33...
output:
1 99999
result:
ok single line: '1 99999'