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