0_0_23714216_19473.cpp: In function 'void Stri(bool*)':
0_0_23714216_19473.cpp:13:6: error: 'i' was not declared in this scope
for(i=0;i<4;i++)
^
0_0_23714216_19473.cpp:23:7: error: 'j' was not declared in this scope
for(j=0;j<9;j++)
^
0_0_23714216_19473.cpp: In function 'void kind_4(bool*)':
0_0_23714216_19473.cpp:39:12: error: invalid types 'bool[int]' for array subscript
if(c[0][i]&&c[0])
^
0_0_23714216_19473.cpp:40:2: error: expected primary-expression before '}' token
}
^
|