Compile Error
foo.cc: In function ‘int main()’: foo.cc:7:14: error: expected ‘;’ before ‘sum’ 7 | floor sum; | ^~~~ | ; foo.cc:7:18: error: statement cannot resolve address of overloaded function 7 | floor sum; | ^ foo.cc:12:17: error: ‘sum’ was not declared in this scope 12 | sum+=a[i]; | ^~~ foo.cc:14:39: error: ‘sum’ was not declared in this scope 14 | cout<<fixed<<setprecision(1)<<sum; | ^~~
信息
- 递交者
- 类型
- 自测
- 题目
- P1005 考试分数计算
- 语言
- C++
- 递交时间
- 2025-05-08 17:12:51
- 评测时间
- 2025-05-08 17:12:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes