Output the number of ways to distribute n labelled balls among k identical boxes (some of which might be empty).

Example:

n = 4;

k = 3;

Output = 14;

Solution Stats

15 Solutions

10 Solvers

Last Solution submitted on May 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...