记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:28:20: warning: implicit declaration of function ‘zscheck’; did you mean ‘zschek’? [-Wimplicit-function-declaration]
   28 |                 if(zscheck(j)==0){
      |                    ^~~~~~~
      |                    zschek
foo.c:29:32: warning: missing terminating " character
   29 |                         printf("%d“,j);
      |                                ^
foo.c:29:32: error: missing terminating " character
   29 |                         printf("%d“,j);
      |                                ^~~~~~~~~
foo.c:30:17: error: expected expression before ‘}’ token
   30 |                 }
      |                 ^
foo.c:29:32: error: expected ‘;’ before ‘}’ token
   29 |                         printf("%d“,j);
      |                                ^
      |                                ;
   30 |                 }
      |                 ~               

信息

递交者
类型
递交
题目
P1040 OO10-1 基于vector的素数筛选法
语言
C
递交时间
2025-09-24 21:48:37
评测时间
2025-09-25 17:46:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes