Run id: 154762
Main.cc: In function 'int main()':
Main.cc:4:11: error: expected initializer before 'b'
int a b;
^
Main.cc:5:10: error: 'a' was not declared in this scope
cin>>a>>b;
^
Main.cc:5:13: error: 'b' was not declared in this scope
cin>>a>>b;
^
Main.cc:6:5: error: 'vector' was not declared in this scope
vectortree(a+1,true);
^
Main.cc:6:12: error: expected primary-expression before 'bool'
vectortree(a+1,true);
^
Main.cc:11:13: error: 'tree' was not declared in this scope
tree[j]=false;
^
Main.cc:16:12: error: 'tree' was not declared in this scope
if(tree[i]){
^