Compile Error
foo.cc: In function ‘int main()’:
foo.cc:13:12: error: expected ‘;’ before ‘{’ token
13 | sum{0};
| ^
| ;
foo.cc:13:9: warning: statement has no effect [-Wunused-value]
13 | sum{0};
| ^~~
foo.cc:14:21: error: expected ‘;’ before ‘{’ token
14 | maxx{0};
| ^
| ;
foo.cc:14:17: warning: statement has no effect [-Wunused-value]
14 | maxx{0};
| ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P3067 飞船 202602saccc三级T5
- 语言
- C++
- 递交时间
- 2026-04-18 09:01:37
- 评测时间
- 2026-04-18 09:01:37
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes