记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:123:5: error: 'TwoDayPackage' was not declared in this scope
     TwoDayPackage pTwoDay(p, flatFee);
     ^~~~~~~~~~~~~
/in/foo.cc:138:40: error: 'pTwoDay' was not declared in this scope
     cout<< fixed << setprecision(3) << pTwoDay.calculateCost() <<endl;
                                        ^~~~~~~

信息

递交者
类型
递交
题目
P1005 11.9 Package_Inheritance
语言
C++
递交时间
2020-03-23 21:49:56
评测时间
2020-03-23 21:49:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes