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