def f(m,n): if m==0|n==1: return 1 elif m<n: return f(m,m) else: return f(m-n,n) + f(m,n-1)
为什么会一直跑最后一行呢
米鸽
孤独的小猪
慕粉2223462313
weibo_许1un_0
相关分类