Compile Error

foo.cc: In function ‘int main()’:
foo.cc:11:17: error: expected ‘}’ before ‘else’
   11 |                 else
      |                 ^~~~
foo.cc:9:9: note: to match this ‘{’
    9 |         {
      |         ^
foo.cc: At global scope:
foo.cc:14:9: error: expected unqualified-id before ‘return’
   14 |         return 0;
      |         ^~~~~~
foo.cc:15:1: error: expected declaration before ‘}’ token
   15 | }
      | ^

信息

递交者
类型
递交
题目
P2584 买文具1级1 2023.9
语言
C++
递交时间
2025-05-06 19:44:51
评测时间
2025-05-06 19:44:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes