0_0_13977579_16060.c:5:1: error: unknown type name 'bool'
bool b[200];
^
0_0_13977579_16060.c: In function 'main':
0_0_13977579_16060.c:14:18: error: 'false' undeclared (first use in this function)
memset(b,false,sizeof(b));
^
0_0_13977579_16060.c:14:18: note: each undeclared identifier is reported only once for each function it appears in
0_0_13977579_16060.c:31:18: error: 'true' undeclared (first use in this function)
b[t]=true;
^
|