Compile Error

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

信息

递交者
类型
递交
题目
P1025 成绩等级
语言
C++
递交时间
2022-07-08 22:17:02
评测时间
2022-07-08 22:17:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes