Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:10:8: error: expected ‘;’ before ‘cout’ 10 | cin>>a | ^ | ; 11 | cout<<a+a; | ~~~~