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