0_0_12918006_21543.c:2: error: syntax error before '/' token
0_0_12918006_21543.c:2: error: syntax error at '#' token
0_0_12918006_21543.c:5: error: syntax error before "bool"
0_0_12918006_21543.c: In function `init':
0_0_12918006_21543.c:7: error: `flag' undeclared (first use in this function)
0_0_12918006_21543.c:7: error: (Each undeclared identifier is reported only once
0_0_12918006_21543.c:7: error: for each function it appears in.)
0_0_12918006_21543.c:7: error: `true' undeclared (first use in this function)
0_0_12918006_21543.c:8: error: `length' undeclared (first use in this function)
0_0_12918006_21543.c:8: error: `n' undeclared (first use in this function)
0_0_12918006_21543.c:9: error: `prime' undeclared (first use in this function)
0_0_12918006_21543.c:11: error: 'for' loop initial declaration used outside C99 mode
0_0_12918006_21543.c:13: error: `false' undeclared (first use in this function)
0_0_12918006_21543.c: At top level:
0_0_12918006_21543.c:18: error: syntax error before "judge"
0_0_12918006_21543.c: In function `judge':
0_0_12918006_21543.c:21: error: 'for' loop initial declaration used outside C99 mode
0_0_12918006_21543.c:22: error: `false' undeclared (first use in this function)
0_0_12918006_21543.c:23: error: `true' undeclared (first use in this function)
0_0_12918006_21543.c: At top level:
0_0_12918006_21543.c:26: error: syntax error before "bool"
0_0_12918006_21543.c: In function `DFS':
0_0_12918006_21543.c:29: error: `n' undeclared (first use in this function)
0_0_12918006_21543.c:29: error: `length' undeclared (first use in this function)
0_0_12918006_21543.c:29: error: `prime' undeclared (first use in this function)
0_0_12918006_21543.c:31: error: 'for' loop initial declaration used outside C99 mode
0_0_12918006_21543.c:38: error: 'for' loop initial declaration used outside C99 mode
0_0_12918006_21543.c:40: error: `flag' undeclared (first use in this function)
0_0_12918006_21543.c:43: error: `true' undeclared (first use in this function)
0_0_12918006_21543.c:45: error: `false' undeclared (first use in this function)
0_0_12918006_21543.c: In function `main':
0_0_12918006_21543.c:55: error: `bool' undeclared (first use in this function)
0_0_12918006_21543.c:55: error: syntax error before "flag"
0_0_12918006_21543.c:59: error: `flag' undeclared (first use in this function)
0_0_12918006_21543.c:63: error: syntax error at end of input
|