#include using namespace std; class Solution { public: int minEatingSpeed(vector &piles, int h); bool test(vector &piles, int h, int answer); };