Problem sumint
User noob41
Submission Time 2023-11-08 14:45:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:14:11: error: expected ‘;’ before ‘return’
14 | cout<<sum
| ^
| ;
15 | return 0;
| ~~~~~~