ajedrez en lenguaje c
#include?
#include?
main()
{?int ?x=1;
doble?y,z,q;
for(;x<=63;x++)
{y=y+pow (2,x);}
z=y+1;
printf("%e\n",z);
q=z/ 1.42e8;
printf("%e\n",q);
}
#include?
#include?
main()
{?int ?x=1;
doble?y,z,q;
for(;x<=63;x++)
{y=y+pow (2,x);}
z=y+1;
printf("%e\n",z);
q=z/ 1.42e8;
printf("%e\n",q);
}