#ifndef S1049_LAST_STONE_WEIGHT_II_HPP #define S1049_LAST_STONE_WEIGHT_II_HPP #include #include using namespace std; class S1049 { public: int lastStoneWeightII(vector& stones); }; #endif