49475_0_6939.cpp
49475_0_6939.cpp(4) : error C2065: 'cin' : undeclared identifier
49475_0_6939.cpp(4) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
49475_0_6939.cpp(8) : error C2065: 'string' : undeclared identifier
49475_0_6939.cpp(8) : error C2146: syntax error : missing ';' before identifier 's'
49475_0_6939.cpp(8) : error C2065: 's' : undeclared identifier
49475_0_6939.cpp(8) : error C2065: 'temp1' : undeclared identifier
49475_0_6939.cpp(8) : error C2065: 'temp2' : undeclared identifier
49475_0_6939.cpp(9) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
49475_0_6939.cpp(13) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
49475_0_6939.cpp(63) : error C2065: 'cout' : undeclared identifier
49475_0_6939.cpp(63) : error C2065: 'endl' : undeclared identifier
49475_0_6939.cpp(63) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|