Уже где-то отвечал.
если за 1 час - a деталей, то за 8 часов:
d=8*a
ну я тут тебе решила)) хе-хе..
Void dvoich(int x1)
{
<span>srand (time(NULL));</span>
int i, b;
long c = 0;
x1 = rand();
for(i=0;x1 > 0;i++)
{
b = x1 % 2;
x1 = (x1-b)/2;
c += b * pow(10,i);
}
printf("\nDvoichnoe chislo: %d",c);
}
<span>reverse(c.begin(), c.end());
</span>printf("\nDvoichnoe obratnoe chislo: %d",c);
Половина и единица................