0_0_38166794_29688.c:3:1: error: unknown type name 'bool'
bool b[MAX];
^
0_0_38166794_29688.c:3:6: error: variably modified 'b' at file scope
bool b[MAX];
^
0_0_38166794_29688.c: In function 'prime':
0_0_38166794_29688.c:6:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int i = 2; i < MAX; i++)
^
0_0_38166794_29688.c:6:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_38166794_29688.c:10:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for (int j = 2 * i; j < MAX; j += i)
^
0_0_38166794_29688.c: At top level:
0_0_38166794_29688.c:17:1: error: unknown type name 'bool'
bool huiwen(int i)
^
0_0_38166794_29688.c: In function 'huiwen':
0_0_38166794_29688.c:27:10: error: 'true' undeclared (first use in this function)
return true;
^
0_0_38166794_29688.c:27:10: note: each undeclared identifier is reported only once for each function it appears in
0_0_38166794_29688.c:31:10: error: 'false' undeclared (first use in this function)
return false;
^
0_0_38166794_29688.c: In function 'main':
0_0_38166794_29688.c:40:33: error: expected expression before '/' token
if (y > 9989899)y = 9989899; //范围内最大的回文素数
^
0_0_38166794_29688.c:40:33: error: stray '\267' in program
0_0_38166794_29688.c:40:33: error: stray '\266' in program
0_0_38166794_29688.c:40:33: error: stray '\316' in program
0_0_38166794_29688.c:40:33: error: stray '\247' in program
0_0_38166794_29688.c:40:33: error: stray '\304' in program
0_0_38166794_29688.c:40:33: error: stray '\332' in program
0_0_38166794_29688.c:40:33: error: stray '\327' in program
0_0_38166794_29688.c:40:33: error: stray '\356' in program
0_0_38166794_29688.c:40:33: error: stray '\264' in program
0_0_38166794_29688.c:40:33: error: stray '\363' in program
0_0_38166794_29688.c:40:33: error: stray '\265' in program
0_0_38166794_29688.c:40:33: error: stray '\304' in program
0_0_38166794_29688.c:40:33: error: stray '\273' in program
0_0_38166794_29688.c:40:33: error: stray '\330' in program
0_0_38166794_29688.c:40:33: error: stray '\316' in program
0_0_38166794_29688.c:40:33: error: stray '\304' in program
0_0_38166794_29688.c:40:33: error: stray '\313' in program
0_0_38166794_29688.c:40:33: error: stray '\330' in program
0_0_38166794_29688.c:40:33: error: stray '\312' in program
0_0_38166794_29688.c:40:33: error: stray '\375' in program
|