This commit is contained in:
14
include/s1049_last_stone_weight_ii.hpp
Normal file
14
include/s1049_last_stone_weight_ii.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S1049_LAST_STONE_WEIGHT_II_HPP
|
||||
#define S1049_LAST_STONE_WEIGHT_II_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class S1049 {
|
||||
public:
|
||||
int lastStoneWeightII(vector<int>& stones);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user