执行 cl.exe 时出错.
#include <stdio.h>#include <math.h>
void main()
{
double x,s;
printf("input number:\n");
scanf("%if", &x);
s=sin(x);
printf("sin of %lf is %lf\n",x,s);
}
执行的时候说cl.exe时出错{:10_266:}{:10_266:}{:10_266:} - -scanf的站位符写错了..改过来能运行{:10_247:} if改成lf就可以了
页:
[1]