Visual C++6.0无法运行
点击运行以后总显示this file does not exist #include <stdio.h>#include <math.h>
void main()
{
double x, s;
printf("input number:\n");
scanf("%lf", &x);
s = sin(x);
printf("sin of %lf is %lf\n", x, s);
} 建议使用 VS2013 及以上的版本 你之前运行过了一次,需要把你之前的停止才行,任务管理器停止或者重启软件
页:
[1]