题解列表

筛选

几行代码搞定,简单易懂

摘要:解题思路:注意事项:参考代码:n = int(input())a,s,d= 0,0,0m,l = 2,1for i in range(n):    a,s = m,l    d += a/s    m……