Problem sumint
User tomdzs1tg
Submission Time 2024-08-28 11:03:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:13: error: expected ‘}’ at end of input
11 | cout << sum;
| ^
sumint.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^