Problem sumint
User leafeon
Submission Time 2025-05-24 22:25:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:9: error: expected ‘;’ before ‘}’ token
13 | r += k
| ^
| ;
14 | }
| ~