213883_0_3829.cpp
213883_0_3829.cpp(6) : error C2146: syntax error : missing ',' before identifier 'hash'
213883_0_3829.cpp(6) : error C2065: 'hash' : undeclared identifier
213883_0_3829.cpp(6) : error C2143: syntax error : missing '>' before ';'
213883_0_3829.cpp(7) : error C2039: 'iterator' : is not a member of 'less<int>'
213883_0_3829.cpp(7) : error C2146: syntax error : missing ',' before identifier 'iter'
213883_0_3829.cpp(7) : error C2065: 'iter' : undeclared identifier
213883_0_3829.cpp(7) : error C2143: syntax error : missing '>' before ';'
213883_0_3829.cpp(14) : error C2109: subscript requires array or pointer type
213883_0_3829.cpp(14) : error C2106: '=' : left operand must be l-value
213883_0_3829.cpp(15) : error C2109: subscript requires array or pointer type
213883_0_3829.cpp(15) : error C2106: '=' : left operand must be l-value
213883_0_3829.cpp(17) : error C2228: left of '.begin' must have class/struct/union type
213883_0_3829.cpp(17) : error C2228: left of '.end' must have class/struct/union type
213883_0_3829.cpp(18) : error C2227: left of '->second' must point to class/struct/union
213883_0_3829.cpp(18) : error C2227: left of '->first' must point to class/struct/union
213883_0_3829.cpp(23) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|