Problem sumint
User bestatchinesechess
Submission Time 2025-02-14 14:03:36
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 ‘return’
11 | cout << sum
| ^
| ;
12 | return 0;
| ~~~~~~