[Error] expected expression before','token 是啥意思?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Error] expected expression before','token 是啥意思?相关的知识,希望对你有一定的参考价值。

#include<stdio.h>
int main()

int x; float a=3.0,b=2.5,c=4.1,d=10.2;
printf("1--apples\n");
printf("2--pears\n");
printf("3--oranges\n");
printf("4--grapes");
printf("请输入你的选择:") ;
scanf("%d",&x);
switch (x)

case 1:
printf("price=%.1f\n",a);
printf("请输入一个公斤数:");
scanf("%f\n,%f\n",&a,&num1);
printf("%lf*%lf=%.1f\n",&a,&num1,a*num1);
break;
case 2:
printf("price=%.1f\n",b);
printf("请输入公斤数:");
scanf("%f\n,%f\n",&b,&num1);
printf("%lf*%lf=%.1f\n",&b,&num1,b*num1);
break;
case 3:
printf("price=%.1f\n",c);
printf("请输入公斤数:");
scanf("%f\n,%f\n",&c,&num1);
printf(,"%lf*%lf=%.1f\n"&c,&num1,num1*c);
break;
case 4:
printf("price=%.1f\n",d);
printf("请输入公斤数:");
scanf("%f\n,%f\n",&d,&num1);
printf("%lf*%lf=%.1f\n",&d,&num1,num1*d);
break;

return 0;

参考技术A 逗号前面有语法错误,具体是哪个逗号,应该还有行号提示的,你错误信息没有复制完整。

syntax error, expect {, actual error, pos 0出错调试

第一篇博客。
postMan+springBoot。
调试接口报错误信息技术分享图片
魔改spring中遇到的bug..
网上查询得知http请求Content-Type错误
查看postMan请求Headers果然,不知道什么时候多了这个这个玩意 可能是postMan怎么样自动生成的 具体什么情况会自动改变Headers 还没时间继续查询技术分享图片
勾掉Content-Type 问题解决。

以上是关于[Error] expected expression before','token 是啥意思?的主要内容,如果未能解决你的问题,请参考以下文章

laravel --报错:Parse error: syntax error, unexpected '}', expecting ';'

Syntax Error: Unexpected token, expected {

Syntax Error: SassError: Expected newline.错误解决

error: expected `;' before '' token这是啥错误

Parse error: syntax error, unexpected '__data' (T_STRING), expecting ',' or ')&#

syntax error, expect {, actual error, pos 0出错调试