Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:13:18: error: expected ‘;’ before ‘SumN’ 13 | cin >> CurrentN | ^ | ; 14 | SumN = SumN+ CurrentN | ~~~~