/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:9: error: 'cont' was not declared in this scope
         cont << endl; 
         ^~~~
/in/foo.cc:20:34: error: no match for 'operator*' (operand types are 'std::__cxx11::string {aka std::__cxx11::basic_string<char>}' and 'int')
   cout << "快递费为:" << a * 5;
                                ~~^~~

信息

递交者
类型
递交
题目
P1031 快递小哥
语言
C++
递交时间
2020-03-01 11:12:25
评测时间
2020-03-01 11:12:25
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes