Problem sumint
User zzzacccc
Submission Time 2024-06-18 11:00:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:17: error: expected ‘;’ before ‘}’ token
11 | cout<<sum<<endl
| ^
| ;
12 | }
| ~