Main.cc: In function 'int main()':
Main.cc:17:2: error: expected ';' before 'int'
int total = 1;
^
Main.cc:17:15: warning: statement has no effect [-Wunused-value]
int total = 1;
^
Main.cc:21:4: error: 'total' was not declared in this scope
total++;
^
Main.cc:36:16: error: 'total' was not declared in this scope
cout<<"Tot="<