Problem sumint
User friendlyfexr
Submission Time 2026-06-13 19:16:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:17:38: error: expected ‘;’ before ‘if’
17 | currentDigit = currentDigit + digit
| ^
| ;
18 | if (digit == " ") {
| ~~