赞
踩
#include<stdio.h>
int main()
{
double y=8848860 x=0.1;
int count=0;
while(x<y)
{
x*=2.0;
count++;
printf("第%d次为%lf\n",count,x);
}
return 0;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。