不名为什么不能再文件中打开运行
#include<stdio.h>int main()
{
float length,width;
printf("输入长方形的长和宽\n");
scanf("%f%f",&length,&width);
printf("长方形的面积是:%10.3f\n",length*width);
return 0;
}
在文件打开中不能就算结果 一算结果就自动关了
2014-08-24 19:57
2014-08-24 20:40
2014-08-24 21:25
2014-08-24 21:33
2014-08-24 21:40