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

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | cout<<sum
| ^
| ;
16 | }
| ~