{
int n,I;
int a[32];
scanf("%d ",n);
I =- 1;
And (n! =0)
i++;
a[I]= n % 2;
n = n/2;
}
for(; I>- 1; I-)
printf("%d ",a[I]);
Returns 0;