159941_0_4436.cpp
159941_0_4436.cpp(4) : error C2143: syntax error : missing ';' before '<'
159941_0_4436.cpp(4) : error C2501: 'vector' : missing storage-class or type specifiers
159941_0_4436.cpp(4) : error C2143: syntax error : missing ';' before '<'
159941_0_4436.cpp(5) : error C2143: syntax error : missing ';' before '<'
159941_0_4436.cpp(5) : error C2501: 'vector' : missing storage-class or type specifiers
159941_0_4436.cpp(5) : error C2086: 'vector' : redefinition
159941_0_4436.cpp(5) : error C2143: syntax error : missing ';' before '<'
159941_0_4436.cpp(10) : error C2065: 're' : undeclared identifier
159941_0_4436.cpp(10) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(10) : error C2228: left of '.size' must have class/struct/union type
159941_0_4436.cpp(11) : error C2228: left of '.size' must have class/struct/union type
159941_0_4436.cpp(12) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(17) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(18) : error C2065: 'bv' : undeclared identifier
159941_0_4436.cpp(18) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(18) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(19) : error C2228: left of '.push_back' must have class/struct/union type
159941_0_4436.cpp(20) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(20) : error C2106: '=' : left operand must be l-value
159941_0_4436.cpp(25) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(25) : error C2106: '=' : left operand must be l-value
159941_0_4436.cpp(26) : error C2228: left of '.pop_back' must have class/struct/union type
159941_0_4436.cpp(41) : error C2228: left of '.push_back' must have class/struct/union type
159941_0_4436.cpp(42) : error C2228: left of '.push_back' must have class/struct/union type
159941_0_4436.cpp(43) : error C2109: subscript requires array or pointer type
159941_0_4436.cpp(43) : error C2106: '=' : left operand must be l-value
159941_0_4436.cpp(45) : error C2228: left of '.resize' must have class/struct/union type
159941_0_4436.cpp(46) : error C2228: left of '.resize' must have class/struct/union type
159941_0_4436.cpp(52) : warning C4508: 'main' : function should return a value; 'void' return type assumed
|