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