0_0_11060484_4761.cpp:18: error: expected constructor, destructor, or type conversion before '<' token
0_0_11060484_4761.cpp:18: error: expected `,' or `;' before '<' token
0_0_11060484_4761.cpp: In function `void ins(int)':
0_0_11060484_4761.cpp:54: error: `vector' undeclared (first use this function)
0_0_11060484_4761.cpp:54: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11060484_4761.cpp:54: error: expected primary-expression before "int"
0_0_11060484_4761.cpp:54: error: expected `;' before "int"
0_0_11060484_4761.cpp:54: error: `it' undeclared (first use this function)
0_0_11060484_4761.cpp:54: error: `v' undeclared (first use this function)
0_0_11060484_4761.cpp: In function `void del(int)':
0_0_11060484_4761.cpp:67: error: `vector' undeclared (first use this function)
0_0_11060484_4761.cpp:67: error: expected primary-expression before "int"
0_0_11060484_4761.cpp:67: error: expected `;' before "int"
0_0_11060484_4761.cpp:67: error: `it' undeclared (first use this function)
0_0_11060484_4761.cpp:67: error: `v' undeclared (first use this function)
0_0_11060484_4761.cpp: In function `void work()':
0_0_11060484_4761.cpp:137: error: `v' undeclared (first use this function)
|