#include void FillKnuth(int *x,int n,int size) { int i,j,az; if(n==1) *x=0; else { for(i=0;i