Compile Error

foo.cc: In function 'int main()':
foo.cc:21:11: warning: right operand of comma operator has no effect [-Wunused-value]
   21 |  for(i=N,i>=2;i--)
      |          ~^~~
foo.cc:21:18: error: expected ';' before ')' token
   21 |  for(i=N,i>=2;i--)
      |                  ^
      |                  ;
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1117 找满足条件的素数(2)
语言
C++
递交时间
2021-12-12 13:19:17
评测时间
2021-12-12 13:19:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes