Main.c: In function 'main':Main.c:10:18: error: expected ';' before '}' token 10 | sum2 *= 2 | ^ | ; 11 | } | ~