leetcode-daily/cpp/2308/defs.h

12 lines
182 B
C++

#ifndef LEETCODE_CPP_DEFS_H
#define LEETCODE_CPP_DEFS_H
#include <vector>
class LC230827 {
public:
static bool canCross(const std::vector<int>&);
};
#endif //LEETCODE_CPP_DEFS_H