有问题请教高人!!SOS
#include "stdio.h"#include "math.h"
main()
{
double x,s;
printf("input number:\n");
scanf("%lf",&x);
s=sin(x);
printf("sine of %lf is %lf\n",x,s);
}
是什么意思啊......我看不懂啊....求救!!!
2007-06-09 15:59
2007-06-09 16:01
2007-06-09 16:43

2007-06-09 20:10
2007-06-09 23:50
2007-06-10 23:19
嘿嘿...谢谢了各位!!!
2007-06-17 11:38