0_0_39605259_4867.cpp: In function 'int main()': 0_0_39605259_4867.cpp:8:26: error: expected ';' before 'printf' 8 | scanf("%d%d", &a, &b) | ^ | ; 9 | printf("%d\n", a+b); | ~~~~~~