92993_0_12750.cpp
92993_0_12750.cpp(6) : error C2065: 'cin' : undeclared identifier
92993_0_12750.cpp(13) : error C2296: '>>' : illegal, left operand has type 'float'
92993_0_12750.cpp(13) : error C2297: '>>' : illegal, right operand has type 'float'
92993_0_12750.cpp(22) : error C2065: 'cout' : undeclared identifier
92993_0_12750.cpp(22) : error C2297: '<<' : illegal, right operand has type 'char [2]'
92993_0_12750.cpp(22) : error C2065: 'endl' : undeclared identifier
92993_0_12750.cpp(27) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|