0_0_7012103_4730.cpp:16: error: redefinition of `int dy_h[5]'
0_0_7012103_4730.cpp:14: error: `int dy_h[5]' previously defined here
0_0_7012103_4730.cpp: In function `int countFive(int, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >&)':
0_0_7012103_4730.cpp:43: error: `push' has not been declared
0_0_7012103_4730.cpp:43: error: request for member of non-aggregate type before '(' token
0_0_7012103_4730.cpp:44: error: expected `;' before '}' token
0_0_7012103_4730.cpp:53: error: `check' undeclared (first use this function)
0_0_7012103_4730.cpp:53: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7012103_4730.cpp:57: error: `dy_d' undeclared (first use this function)
0_0_7012103_4730.cpp: In function `int main()':
0_0_7012103_4730.cpp:79: error: `n' undeclared (first use this function)
0_0_7012103_4730.cpp:94: error: invalid initialization of reference of type 'std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >&' from expression of type 'std::vector<int, std::allocator<int> >'
0_0_7012103_4730.cpp:29: error: in passing argument 2 of `int countFive(int, std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >&)'
|