Main.c: In function 'main':Main.c:5:14: error: expected ';' before 'scanf' 5 | sum=0 | ^ | ; 6 | scanf("%d",&n); | ~~~~~