Problem sumint
User PyAce
Submission Time 2025-06-18 13:21:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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