Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:18: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   14 |         else if(b<a&b<c)
      |                 ~^~
/in/foo.cc:27:10: error: expected '}' at end of input
   27 |         }
      |          ^
/in/foo.cc:4:1: note: to match this '{'
    4 | {
      | ^

信息

递交者
类型
递交
题目
P1058 A1-2 分支结构练习:三数的特征值
语言
C++
递交时间
2025-05-01 15:59:00
评测时间
2025-05-01 15:59:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes