161679_0_18651.cpp
161679_0_18651.cpp(1) : error C2143: syntax error : missing ';' before '<'
161679_0_18651.cpp(1) : error C2501: 'include' : missing storage-class or type specifiers
161679_0_18651.cpp(1) : error C2143: syntax error : missing ';' before '<'
VC\INCLUDE\string.h(28) : error C2143: syntax error : missing ';' before '{'
VC\INCLUDE\string.h(28) : error C2447: missing function header (old-style formal list?)
161679_0_18651.cpp(8) : error C2065: 'scanf' : undeclared identifier
161679_0_18651.cpp(8) : error C2065: 'EOF' : undeclared identifier
161679_0_18651.cpp(10) : error C2065: 'getchar' : undeclared identifier
161679_0_18651.cpp(11) : error C2065: 'strlen' : undeclared identifier
161679_0_18651.cpp(61) : error C2065: 'printf' : undeclared identifier
161679_0_18651.cpp(69) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|