@author todd @date 2020/7/31 22:36 @description: 倒水 要把m升的水倒入n个相同的容器中(假设容器足够大),允许有的容量是空的,问共有多少种不同的倒法?(用k表示)5,1,1和1,5,1和1,1,5是同一种倒法。 问题可转化为将m个相同物体放入n个相同的容器中有多少种放法
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected