Topcoder SRM 569 1000pt
Problem Statement The factorial of the k-th order of a number n is denoted n!k and defined by the following recurrences: 1) n!k = n!(k-1) * (n-1)!k for n > 0 and k > 0 2) n!k = 1 for n = 0