79598_0_16702.cpp
79598_0_16702.cpp(1) : error C2871: 'std' : does not exist or is not a namespace
79598_0_16702.cpp(5) : error C2065: 'gets' : undeclared identifier
79598_0_16702.cpp(15) : error C2065: 'cout' : undeclared identifier
79598_0_16702.cpp(15) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
79598_0_16702.cpp(16) : error C2297: '<<' : illegal, right operand has type 'char [6]'
79598_0_16702.cpp(18) : error C2065: 'endl' : undeclared identifier
79598_0_16702.cpp(18) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|