159094_0_8117.cpp
159094_0_8117.cpp(7) : error C2065: 'string' : undeclared identifier
159094_0_8117.cpp(7) : error C2146: syntax error : missing ';' before identifier 's'
159094_0_8117.cpp(7) : error C2065: 's' : undeclared identifier
159094_0_8117.cpp(10) : error C2065: 'getline' : undeclared identifier
159094_0_8117.cpp(11) : error C2228: left of '.length' must have class/struct/union type
159094_0_8117.cpp(16) : error C2228: left of '.find' must have class/struct/union type
159094_0_8117.cpp(22) : error C2065: 'm' : undeclared identifier
159094_0_8117.cpp(24) : error C2109: subscript requires array or pointer type
159094_0_8117.cpp(27) : warning C4091: '' : ignored on left of 'long' when no variable is declared
159094_0_8117.cpp(27) : error C2143: syntax error : missing ';' before '['
159094_0_8117.cpp(27) : error C2143: syntax error : missing ';' before '['
159094_0_8117.cpp(37) : error C2556: 'void __cdecl sort1(long [],int)' : overloaded function differs only by return type from 'int __cdecl sort1(long [],int)'
159094_0_8117.cpp(3) : see declaration of 'sort1'
159094_0_8117.cpp(37) : error C2371: 'sort1' : redefinition; different basic types
159094_0_8117.cpp(3) : see declaration of 'sort1'
159094_0_8117.cpp(60) : error C2556: 'void __cdecl print(long [],int)' : overloaded function differs only by return type from 'int __cdecl print(long [],int)'
159094_0_8117.cpp(4) : see declaration of 'print'
159094_0_8117.cpp(60) : error C2371: 'print' : redefinition; different basic types
159094_0_8117.cpp(4) : see declaration of 'print'
|