函数调用出错了,但不知道错在哪里
#include<stdio.h>int main()
{double a,b;
double c;
printf("请输入数字a,b,中间用逗号隔开\n");
scanf("&lf,%lf", &a,&b);
c=a+b;
printf("a+b=%lf",c);
}
2020-10-24 14:12
2020-10-24 14:31
2020-10-24 15:32
2020-10-24 16:59
2020-10-24 17:51