201966_0_19629.cpp
201966_0_19629.cpp(5) : error C2065: 'cin' : undeclared identifier
201966_0_19629.cpp(5) : error C2065: 'endl' : undeclared identifier
201966_0_19629.cpp(5) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
201966_0_19629.cpp(7) : error C2065: 'then' : undeclared identifier
201966_0_19629.cpp(7) : error C2146: syntax error : missing ';' before identifier 'temb'
201966_0_19629.cpp(8) : error C2143: syntax error : missing ';' before ')'
201966_0_19629.cpp(8) : error C2143: syntax error : missing ';' before ')'
201966_0_19629.cpp(10) : error C2065: 'cout' : undeclared identifier
201966_0_19629.cpp(10) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
201966_0_19629.cpp(11) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|