记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:15: error: expected unqualified-id before '<<' token
  ostringstream<<fixed<<setprecision(2)<<bill;
               ^~
/in/foo.cc:40:26: error: expected primary-expression before '.' token
  string ans=ostringstream.str();
                          ^

信息

递交者
类型
递交
题目
P1039 阶梯电价
语言
C++
递交时间
2024-05-27 16:01:07
评测时间
2024-05-27 16:01:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes