编程介的小学生
2017-11-12 07:36Distribute Message
10Problem Description
The contest’s message distribution is a big thing in prepare. Assuming N students stand in a row, from the row-head start transmit message, each person can transmit message to behind M personals, and how many ways could row-tail get the message?
Input
Input may contain multiple test cases. Each case contains N and M in one line. (0<=M<N<=30)
When N=0 and M=0, terminates the input and this test case is not to be processed.
Output
Output the ways of the Nth student get message.
Sample Input
4 1
4 2
0 0
Sample Output
1
3
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- go二进制文件是否有可能重新加载自身?
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 1个回答
- 什么时候执行下一个goroutine?
- goroutine
- 1个回答
- 导入之前我必须先拥有文件没有任何意义
- package
- install
- github
- 3个回答
- 直接使用二进制包
- it技术
- 互联网问答
- IT行业问题
- 计算机技术
- 编程语言问答
- 3个回答
- Doctrine ODM / MongoDB没有重试查询?
- mongodb
- php
- 2个回答
换一换