Owl Get a Life
addition.cpp: In function ‘int32_t main()’:addition.cpp:7:15: error: expected ‘;’ before ‘return’ 7 | cout << a + b | ^ | ; 8 | return 0 | ~~~~~~