回复 10楼 ym460738920
你没有注意 毫米 和 米的关系#include<stdio.h>
void main()
{
int i;
float x;
for(i=1,x=0.09;x<=8848000;i++)
{
x=x*2;
}
printf("需折叠%d次",i);
}
正确答案是 28次!
2010-08-11 12:33
2010-08-11 12:42
2010-08-11 13:00
2010-08-24 19:28
2010-08-25 19:15
2010-08-28 18:39