0_0_4427011_21948.c:1:19: stdio.h: No such file or directory
0_0_4427011_21948.c:3:24: memory.h: No such file or directory
0_0_4427011_21948.c:5:22: math.h: No such file or directory
0_0_4427011_21948.c:7: error: syntax error before "flag"
0_0_4427011_21948.c:15: error: syntax error before "bool"
0_0_4427011_21948.c: In function `IsPrime':
0_0_4427011_21948.c:23: error: `false' undeclared (first use in this function)
0_0_4427011_21948.c:23: error: (Each undeclared identifier is reported only once
0_0_4427011_21948.c:23: error: for each function it appears in.)
0_0_4427011_21948.c:27: error: `true' undeclared (first use in this function)
0_0_4427011_21948.c: In function `Out':
0_0_4427011_21948.c:49: error: syntax error before '/' token
0_0_4427011_21948.c: In function `Search':
0_0_4427011_21948.c:87: error: `true' undeclared (first use in this function)
0_0_4427011_21948.c:91: error: `false' undeclared (first use in this function)
0_0_4427011_21948.c: In function `main':
0_0_4427011_21948.c:105: error: `EOF' undeclared (first use in this function)
0_0_4427011_21948.c:109: error: `false' undeclared (first use in this function)
0_0_4427011_21948.c:109: error: `bool' undeclared (first use in this function)
|