记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:11:9: error: stray '\357' in program
  if(i==x)
         ^
/in/foo.c:11:10: error: stray '\274' in program
  if(i==x)
          ^
/in/foo.c:11:11: error: stray '\211' in program
  if(i==x)
           ^
/in/foo.c:12:3: error: expected ')' before 'cnt'
   cnt++;
   ^~~
/in/foo.c:16:1: error: expected expression before '}' token
 }
 ^
/in/foo.c:5:6: warning: unused variable 'cnt' [-Wunused-variable]
  int cnt=0;  
      ^~~

信息

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