36009_0_2037.cpp
36009_0_2037.cpp(1) : error C2143: syntax error : missing ';' before '<'
36009_0_2037.cpp(1) : error C2501: 'include' : missing storage-class or type specifiers
36009_0_2037.cpp(1) : error C2143: syntax error : missing ';' before '<'
VC\Include\math.h(36) : error C2143: syntax error : missing ';' before '{'
VC\Include\math.h(36) : error C2447: missing function header (old-style formal list?)
36009_0_2037.cpp(3) : error C2871: 'std' : does not exist or is not a namespace
36009_0_2037.cpp(6) : error C2065: 'cin' : undeclared identifier
36009_0_2037.cpp(9) : error C2065: 'sqrt' : undeclared identifier
36009_0_2037.cpp(28) : error C2065: 'cout' : undeclared identifier
36009_0_2037.cpp(28) : error C2065: 'endl' : undeclared identifier
36009_0_2037.cpp(28) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
36009_0_2037.cpp(29) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
36009_0_2037.cpp(29) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
36009_0_2037.cpp(33) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
36009_0_2037.cpp(36) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
36009_0_2037.cpp(39) : warning C4552: '<<' : operator has no effect; expected operator with side-effect
|