0_0_39683915_4409.c:3:1: error: unknown type name 'bool'
3 | bool su[1000005];
| ^~~~
0_0_39683915_4409.c:2:1: note: 'bool' is defined in header '<stdbool.h>'; did you forget to '#include <stdbool.h>'?
1 | #include<stdio.h>
+++ |+#include <stdbool.h>
2 | #define int long long
|