记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:10:20: error: expected ';' before '}' token
   10 |             s = 2.5
      |                    ^
      |                    ;
   11 |         }
      |         ~           
foo.cc:13:35: error: expected ';' before 'cout'
   13 |             s = 2.5 + 1.5*(a - 10)
      |                                   ^
      |                                   ;
   14 |             cout<<s;
      |             ~~~~                   
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1093 行李托运价格
语言
C++
递交时间
2023-11-29 17:24:30
评测时间
2023-11-29 17:24:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes