Owl Get a Life
addition.cpp: In function ‘int32_t main()’:addition.cpp:4:20: error: expected ‘;’ before ‘return’ 4 | int32_t main() {4+5 | ^ | ; 5 | return 0; | ~~~~~~