Pro.ID22093 TitleBinomial Showdown Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22093 AC26 Submit80 Ratio32.50% 时间&空间限制描述In how many ways can you choose k elements out of n elements, not taking order into account? 输入The input will contain one or more test cases. 输出Description In how many ways can you choose k elements out of n elements, not taking order into account? Input The input will contain one or more test cases. Output For each test case, print one line containing the required number. This number will always fit into an integer, i.e. it will be less than 231. Sample Input 4 2 Sample Output 6 Source 样例输入4 2 样例输出6 作者 |