Wrong Answer
/in/foo.cc: In member function 'double Account::debit(double)': /in/foo.cc:68:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ /in/foo.cc:70:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' return balance; ^~~~~~ /in/foo.cc: In member function 'double CheckingAccount::debit(double)': /in/foo.cc:113:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1006 11.10 Account_Inheritance
- 语言
- C++
- 递交时间
- 2020-03-20 21:54:59
- 评测时间
- 2020-03-20 21:55:13
- 评测机
- 分数
- 20
- 总耗时
- 10ms
- 峰值内存
- 228.0 KiB