Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:11: error: expected ‘}’ at end of input 7 | cout<<a+b; | ^addition.cpp:4:1: note: to match this ‘{’ 4 | { | ^