This commit is contained in:
14
include/s0739_daily_temperatures.hpp
Normal file
14
include/s0739_daily_temperatures.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S0739_DAILY_TEMPERATURES_HPP
|
||||
#define S0739_DAILY_TEMPERATURES_HPP
|
||||
|
||||
#include <vector>
|
||||
#include <stack>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S0739 {
|
||||
public:
|
||||
vector<int> dailyTemperatures(vector<int>& temperatures);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user