一世长安123 发表于 2017-8-4 09:27:49

在线等,急

为什么我敲出来的这个程序运行出来和甲鱼大大的不一样?{:5_100:}

alltolove 发表于 2017-8-4 10:50:24

If应该是Lf吧?

ba21 发表于 2017-8-4 11:17:01

参考代码

#include <stdio.h>
#include <math.h>

int main(void)
{
        double x, s;

        printf("input number:");
        scanf("%lf", &x);

        s=sin(x);

        printf("sin of %lf is %lf\n", x, s);

        return 0;
}

一世长安123 发表于 2017-8-4 11:27:07

alltolove 发表于 2017-8-4 10:50
If应该是Lf吧?

啊~,是的。是在下粗心了,谢谢{:5_111:}

一世长安123 发表于 2017-8-4 11:31:08

ba21 发表于 2017-8-4 11:17
参考代码

找到错误了,感谢{:10_281:}
页: [1]
查看完整版本: 在线等,急