Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:10:14: error: expected ‘;’ before ‘d’ 10 | cin >> a[i] | ^ | ; 11 | d += a[i]; | ~