diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-12-19 22:34:13 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-12-19 22:34:13 +0800 |
commit | 0cfd07586a4044dafb3614dfe8d966478abada34 (patch) | |
tree | 7501fe58b53dca0436687129cf30558952f503ce /src/2022/day15/aoc.cpp | |
parent | 6457077628912b5da2d32343664166230321dc28 (diff) | |
download | advent-of-code-0cfd07586a4044dafb3614dfe8d966478abada34.tar.gz advent-of-code-0cfd07586a4044dafb3614dfe8d966478abada34.zip |
2022 day15
Diffstat (limited to 'src/2022/day15/aoc.cpp')
-rw-r--r-- | src/2022/day15/aoc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/2022/day15/aoc.cpp b/src/2022/day15/aoc.cpp index b9b0e15..bf87c77 100644 --- a/src/2022/day15/aoc.cpp +++ b/src/2022/day15/aoc.cpp @@ -6,9 +6,6 @@ typedef sensor::pos pos; typedef sensor::line line; typedef std::vector<std::pair<int, std::vector<line>>> vecpair; -int sensor::minx; -int sensor::maxx; - static std::vector<line> merge(const std::vector<line>& ls) { std::vector<line> merged; if (ls.empty()) |