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