Problem sumint
User NoynYT
Submission Time 2023-04-28 17:57:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | all += num
| ^
| ;
12 | }
| ~