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