Problem sumint
User Tristyy
Submission Time 2024-06-18 11:07:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:18: error: expected ‘;’ before ‘}’ token
12 | ans += c[count]
| ^
| ;
13 | }
| ~
sumint.cpp:14:13: error: expected ‘;’ before ‘}’ token
14 | cout << ans
| ^
| ;
15 | }
| ~