厄。。。。又有基础问题,不知道哪里错了
#include <math.h>#include <stdio.h>
void main ()
{
double x, s;
printf("input mumber:\n");
scanf("%lf",&x);
s=sin(x);
printf("sine of %lf is %lf\n, x,s);
}
2012-07-06 12:26
2012-07-06 12:30
2012-07-06 12:33
2012-07-06 12:37
2012-07-06 12:42
2012-07-06 16:39
2012-07-06 17:51
2012-07-06 18:19
2012-07-06 19:59
2012-07-07 08:07