记录详情

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]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 212.0 KiB
#2 Wrong Answer 1ms 228.0 KiB
#3 Wrong Answer 1ms 224.0 KiB
#4 Wrong Answer 1ms 228.0 KiB
#5 Wrong Answer 1ms 224.0 KiB
#6 Accepted 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1006 11.10 Account_Inheritance
语言
C++
递交时间
2020-03-20 21:54:59
评测时间
2020-03-20 21:55:13
评测机
分数
20
总耗时
10ms
峰值内存
228.0 KiB