93011_0_5651.cpp
93011_0_5651.cpp(2) : error C2143: syntax error : missing ';' before 'namespace'
93011_0_5651.cpp(2) : error C2501: 'uing' : missing storage-class or type specifiers
93011_0_5651.cpp(2) : error C2059: syntax error : ';'
93011_0_5651.cpp(6) : error C2065: 'cin' : undeclared identifier
93011_0_5651.cpp(7) : error C2065: 'cout' : undeclared identifier
93011_0_5651.cpp(7) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
93011_0_5651.cpp(7) : error C2297: '<<' : illegal, right operand has type 'char [2]'
93011_0_5651.cpp(7) : error C2065: 'endl' : undeclared identifier
93011_0_5651.cpp(8) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|