程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

[Huawei machine trial Python implementation] hj61 put apple (simple)

編輯:Python

List of articles

  • [ Cattle from Debugging entrance ](https://www.nowcoder.com/practice/bfd8234bb5e84be0b493656e390bdebf)
  • Title Description
  • Example 1
  • explain :
  • Reference code


Cattle from Debugging entrance

Title Description

hold m Put the same apple on the n On the same plate , Some plates are allowed to remain empty , How many different methods are there ?

Be careful : If there is 7 An apple and 3 null ,(5,1,1) and (1,5,1) It is regarded as the same division .

Data range :
0≤m≤10 ,1≤n≤10 .

Input description :
Enter two int Integers

Output description :
Output results ,int type

Example 1

Input ࿱


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved