Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:14: warning: statement has no effect [-Wunused-value]
    7 |         for(i<=n;i++)
      |             ~^~~
/in/foo.cc:7:21: error: expected ';' before ')' token
    7 |         for(i<=n;i++)
      |                     ^
      |                     ;

信息

递交者
类型
递交
题目
P1104 G7-1 统计不及格人数
语言
C++
递交时间
2025-03-09 18:00:35
评测时间
2025-03-09 18:00:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes