public interface IBinomialCoef {
	long C(int n, int k);
}
