为什么按回车键会退出?C-Free编译器
#include<stdio.h>#include<math.h>
int main()
{
double x, s;
printf ("input number:\n");
scanf("%1f",&x);
s = sin(x);
printf("sin of %1f is %1f\n", x, s) ;
}
应该是是编译器的问题, 在最后加一个 getch();试试 哥斯拉不说话 发表于 2015-5-15 12:14
应该是是编译器的问题, 在最后加一个 getch();试试
VC++6.0只有光盘版的么 不啊
页:
[1]