192410_0_5259.cpp
192410_0_5259.cpp(48) : error C2039: 'sort' : is not a member of 'std'
192410_0_5259.cpp(48) : error C2065: 'sort' : undeclared identifier
192410_0_5259.cpp(49) : error C2039: 'unique' : is not a member of 'std'
192410_0_5259.cpp(49) : error C2065: 'unique' : undeclared identifier
192410_0_5259.cpp(49) : error C2113: pointer can only be subtracted from another pointer
192410_0_5259.cpp(53) : error C2039: 'reverse' : is not a member of 'std'
192410_0_5259.cpp(53) : error C2065: 'reverse' : undeclared identifier
192410_0_5259.cpp(97) : error C2065: 'max' : undeclared identifier
192410_0_5259.cpp(128) : error C2065: 'min' : undeclared identifier
192410_0_5259.cpp(163) : error C2373: 'min' : redefinition; different type modifiers
|