Problem sumint
User Adam
Submission Time 2024-06-18 13:50:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:10: error: expected ‘,’ or ‘;’ at end of input
6 | int sum=0
| ^
sumint.cpp:6:10: error: expected ‘}’ at end of input
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^