foo.c:3:1: error: unknown type name 'bool'
3 | bool sushu(int n){
| ^~~~
foo.c:3:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
2 | #include<math.h>
+++ |+#include <stdbool.h>
3 | bool sushu(int n){
foo.c: In function 'sushu':
foo.c:4:25: error: 'false' undeclared (first use in this function)
4 | if(n<=1){return false;}
| ^~~~~
foo.c:4:25: note: 'false' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
foo.c:4:25: note: each undeclared identifier is reported only once for each function it appears in
foo.c:8:16: error: 'true' undeclared (first use in this function)
8 | return true;
| ^~~~
foo.c:8:16: note: 'true' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
foo.c:9:1: warning: control reaches end of non-void function [-Wreturn-type]
9 | }
| ^
[Hydro](https://hydro.ac)提供评测服务