Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:12:16: error: expected ‘;’ before ‘}’ token 12 | sum += arr[i] | ^ | ; 13 | } | ~