记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:11:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   11 |         while(c=e)
      |               ~^~
foo.cc:13:22: error: expected ';' before '}' token
   13 |                 c=a+b
      |                      ^
      |                      ;
......
   16 | }
      | ~                     
foo.cc:16:2: error: expected '}' at end of input
   16 | }
      |  ^
foo.cc:5:1: note: to match this '{'
    5 | {
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A2-2 循环结构入门:斐波拉契数列
比赛
2023年新生赛(第一场)
语言
C++
递交时间
2023-08-15 10:32:49
评测时间
2023-08-15 10:32:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes