0_0_39621410_30627.cpp: In function 'int main()': 0_0_39621410_30627.cpp:6:18: error: expected ';' before 'cout' 6 | cin>>a>>b | ^ | ; 7 | 8 | cout<<a+b<<endl; | ~~~~