Main.cc: In function ‘int main()’:
Main.cc:5:2: error: ‘boola’ was not declared in this scope
boola[605];
^~~~~
Main.cc:5:2: note: suggested alternative: ‘bool’
boola[605];
^~~~~
bool
Main.cc:6:8: error: expected unqualified-id before ‘,’ token
int n,,j=0;k;
^
Main.cc:6:13: error: ‘k’ was not declared in this scope
int n,,j=0;k;
^
Main.cc:10:3: error: ‘a’ was not declared in this scope
a[i]=true;
^
Main.cc:15:7: error: ‘a’ was not declared in this scope
if(a[i]){
^