Problem sumint
User SMILE
Submission Time 2024-04-13 11:25:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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