Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:9: error: expected ‘;’ before ‘cout’ 7 | c = a+b | ^ | ; 8 | cout << c; | ~~~~