126920_0_7376.cpp
126920_0_7376.cpp(1) : error C2143: syntax error : missing ';' before '<'
126920_0_7376.cpp(1) : error C2501: 'include' : missing storage-class or type specifiers
126920_0_7376.cpp(1) : error C2143: syntax error : missing ';' before '<'
126920_0_7376.cpp(5) : error C2065: 'cin' : undeclared identifier
126920_0_7376.cpp(5) : error C2143: syntax error : missing ';' before 'string'
126920_0_7376.cpp(5) : warning C4552: '>>' : operator has no effect; expected operator with side-effect
126920_0_7376.cpp(5) : error C2296: '>>' : illegal, left operand has type 'char [2]'
126920_0_7376.cpp(6) : error C2065: 'cout' : undeclared identifier
126920_0_7376.cpp(6) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
126920_0_7376.cpp(6) : error C2065: 'endl' : undeclared identifier
126920_0_7376.cpp(6) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|