Owl Get a Life
scicom.cpp: In function ‘int main()’:scicom.cpp:9:19: error: expected ‘;’ before ‘return’ 9 | cout << a << b | ^ | ; 10 | return 0; | ~~~~~~