Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:4: error: expected '}' before 'else'
   17 |    else
      |    ^~~~
/in/foo.cc:10:6: note: to match this '{'
   10 |      {
      |      ^
/in/foo.cc:29:2: error: expected '}' at end of input
   29 | }
      |  ^
/in/foo.cc:8:4: note: to match this '{'
    8 |    {
      |    ^
/in/foo.cc:29:2: error: expected '}' at end of input
   29 | }
      |  ^
/in/foo.cc:4:1: note: to match this '{'
    4 | {
      | ^

信息

递交者
类型
递交
题目
P1058 A1-2 分支结构练习:三数的特征值
语言
C++
递交时间
2025-02-23 12:12:30
评测时间
2025-02-24 23:47:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes