Compile Error
/in/foo.cc:18:6: error: redefinition of 'bool Account::check()' bool Account::check() { return balance >= 0; } ^~~~~~~ /in/foo.cc:16:7: note: 'bool Account::check()' previously defined here bool check() { return balance >= 0; } ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1006 11.10 Account_Inheritance
- 语言
- C++
- 递交时间
- 2020-03-21 17:51:55
- 评测时间
- 2020-03-21 17:51:55
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes