0_0_9134535_2438.cpp: In function `int maxProfit(std::vector<int, std::allocator<int> >&, int)':
0_0_9134535_2438.cpp:8: error: too few arguments to function `int count_price(std::vector<int, std::allocator<int> >&, std::vector<int, std::allocator<int> >&, std::priority_queue<std::vector<int, std::allocator<int> >, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >, std::less<std::vector<int, std::allocator<int> > > >&)'
0_0_9134535_2438.cpp:45: error: at this point in file
0_0_9134535_2438.cpp:64: error: `count_price_push' undeclared (first use this function)
0_0_9134535_2438.cpp:64: error: (Each undeclared identifier is reported only once for each function it appears in.)
|