Problem sumint
User guru1396
Submission Time 2024-11-28 17:12:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:18:13: error: expected ‘;’ before ‘return’
18 | cout << sum
| ^
| ;
19 |
20 | return 0;
| ~~~~~~