记录详情

Compile Error

foo.c: In function 'main':
foo.c:15:12: error: expected expression before ')' token
  if(a+b>=c,){
            ^
foo.c:15:11: warning: left-hand operand of comma expression has no effect [-Wunused-value]
  if(a+b>=c,){
           ^
foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&a,&b,&c);
  ^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
A1-2 分支结构练习:三数的特征值
语言
C
递交时间
2021-10-21 15:54:53
评测时间
2021-10-21 15:54:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes