0_0_39741494_20951.cpp: In function 'int main()': 0_0_39741494_20951.cpp:14:34: error: expected ';' before 'cout' 14 | cin>>a>>b | ^ | ; 15 | cout<<a+b<<endl; | ~~~~