Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Combinatorics
Combinations
Module:
Combinations
Problem
2
/3
Number of combinations - 2
Problem
Given numbers
n
and
k
(
\(0 <= k <= n\)
,  ;
\(0< n<=60\)
) compute the number of combinations
\(C_n^k\)< /span>.
Examples
#
Input
Output
1
3 21
1330
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary