3 lines
63 B
Text
3 lines
63 B
Text
|
|
Ps(n)={matrix(n,n,n,g,binomial(n+g-2,n-1))}
|
||
|
|
printf("%d",Ps(5))
|