#ifndef S0135_CANDY_HPP #define S0135_CANDY_HPP #include #include using namespace std; class S0135 { public: int candy(vector& ratings); }; #endif