Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cont' was not declared in this scope
cont <<"sum is";endl;
^
Main.cc:5:25: error: statement cannot resolve address of overloaded function
cont <<"sum is";endl;
^
Main.cc:6:12: error: 'a' was not declared in this scope
cont <