Problem sumint
User Dhanvine
Submission Time 2024-02-08 22:23:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:12: error: expected ‘;’ before ‘return’
13 | return sum
| ^
| ;
14 | return 0;
| ~~~~~~