Main.cc: In function 'int main()':
Main.cc:14:6: error: 'else' without a previous 'if'
}else{
^
Main.cc:15:13: error: 'i' was not declared in this scope
i+=o;
^
Main.cc: At global scope:
Main.cc:18:5: error: 'cout' does not name a type
cout<