Main.cc: In function ‘int main()’: Main.cc:27:4: error: ‘sum’ was not declared in this scope 27 | sum++; | ^~~ Main.cc:30:8: error: ‘sum’ was not declared in this scope 30 | cout<