Compile Error
foo.cc: In function ‘int main()’: foo.cc:15:25: error: ‘total’ was not declared in this scope 15 | total++; | ^~~~~ foo.cc:36:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 36 | for(size_t i = 0; i < tips; i++) | ~~^~~~~~ foo.cc:40:25: error: ‘total’ was not declared in this scope 40 | total++; | ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1217 乒乓球
- 语言
- C++
- 递交时间
- 2025-02-12 15:09:34
- 评测时间
- 2025-02-12 15:09:34
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes