记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:9:45: error: expected ‘)’ before numeric constant
    9 |         for (outer =2; outer <= num; outer++1)
      |             ~                               ^
      |                                             )
foo.c:23:1: error: expected declaration or statement at end of input
   23 | }
      | ^

信息

递交者
类型
自测
题目
A3-3 素数专题:素数个数
语言
C
递交时间
2024-08-20 08:04:19
评测时间
2024-08-20 08:04:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes