这个程序有错误??
#include<stdio.h>int main()
{
double y;
int x,m;
for(y=1;y>=-1;y=0.1)
{
m=acos(y)*10;
for(x=1;x<m;x++)
printf(" ");
printf("*");
for(;x<62-m;x++)
printf(" ");
printf("*\n");
}
getch();
}
2012-09-13 15:17
2012-09-13 15:19
2012-09-13 15:27
2012-09-13 15:30
2012-09-13 15:30
2012-09-13 16:44