C语言代码,完全看不懂提示,求大佬讲解。谢谢!

a.c:Infunction‘main’:a.c:10:14:warning:comparisonslike‘X<=Y<=Z’donothavetheirmathemat... a.c: In function ‘main’:
a.c:10:14: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses]
else if (3 <f <13)
^
a.c:12:8: warning: statement with no effect [-Wunused-value]
else (f >= 13)
^
a.c:13:3: error: expected ‘;’ before ‘fm’
fm = 3.0*f-9 ;
^
a.c:6:8: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%lf %d",&f,&t);
^
展开
 我来答
bcatv
2018-01-19 · TA获得超过4434个赞
知道大有可为答主
回答量:4763
采纳率:77%
帮助的人:564万
展开全部
第一个:else if (3 <f <13) 这个改成 else if(f>3&&f<13)
第二个:else (f >= 13)改成else if(f >= 13)
第三个是前边一行行末缺少分号";"
第四个scanf("%lf %d",&f,&t); 改成这样试试scanf("%f %d",&f,&t);
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式