Owl Get a Life
addition.cpp:2:2: error: expected initializer before ‘int’ 2 | int a=4; | ^~~addition.cpp:5:2: error: expected initializer before ‘a’ 5 | a+b=c | ^