Compile Error

foo.cc: In function 'int main()':
foo.cc:8:15: warning: left operand of comma operator has no effect [-Wunused-value]
    8 |  for(int i=1;i<=10,i++)
      |              ~^~~~
foo.cc:8:23: error: expected ';' before ')' token
    8 |  for(int i=1;i<=10,i++)
      |                       ^
      |                       ;
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1039 斐波那契数列
语言
C++
递交时间
2021-12-11 09:01:44
评测时间
2021-12-11 09:01:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes