编写的求矩形面积的有什么问题?一直编不出来
#include<stdio.h>void main()
{
double l;
double d;
double s;
printf("long=?");
printf("kuan=?");
scanf("%lf",&l);
scanf("%lf",&d);
s = l * d;
printf("Area=%f\n",s);
}
2018-10-14 17:16
2018-10-14 18:29
2018-10-14 18:40
2018-10-14 23:41
2018-10-15 19:13
2018-10-15 19:38
2018-10-15 19:38