#ifndef S0739_DAILY_TEMPERATURES_HPP #define S0739_DAILY_TEMPERATURES_HPP #include #include using namespace std; class S0739 { public: vector dailyTemperatures(vector& temperatures); }; #endif