0_0_20510582_21321.c:5:1: error: unknown type name 'bool'
bool IFPAS[1000000];
^
0_0_20510582_21321.c:6:1: error: unknown type name 'bool'
bool IFCanMod(char* Arr/*排序的数组*/,
^
0_0_20510582_21321.c:9:5: error: unknown type name 'bool'
bool* IFPAS/*数据是否被删除,已删除标记为false*/);
^
0_0_20510582_21321.c: In function 'main':
0_0_20510582_21321.c:24:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
for(int i=0; i<N; i++){
^
0_0_20510582_21321.c:24:3: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
0_0_20510582_21321.c:26:15: error: 'true' undeclared (first use in this function)
IFPAS[i] = true;
^
0_0_20510582_21321.c:26:15: note: each undeclared identifier is reported only once for each function it appears in
0_0_20510582_21321.c: At top level:
0_0_20510582_21321.c:37:1: error: unknown type name 'bool'
bool IFCanMod(char* Arr/*排序的数组*/,
^
0_0_20510582_21321.c:40:5: error: unknown type name 'bool'
bool* IFPAS/*数据是否被删除,已删除标记为false*/){
^
|