diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2024-08-06 16:54:13 +0200 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2024-08-06 16:54:13 +0200 |
| commit | 19436370fb48bc0a5e356d1ba713dc39b1a35d3a (patch) | |
| tree | 42124647e993b50bc2b8af36090a0b0245a63992 /test/datastructures/dynamicConvexHull.lichao.cpp | |
| parent | d88debc398f18d4e3d1c53d221dffe3981f35e41 (diff) | |
upper case INF
Diffstat (limited to 'test/datastructures/dynamicConvexHull.lichao.cpp')
| -rw-r--r-- | test/datastructures/dynamicConvexHull.lichao.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/datastructures/dynamicConvexHull.lichao.cpp b/test/datastructures/dynamicConvexHull.lichao.cpp index 6ab55f0..d50ca60 100644 --- a/test/datastructures/dynamicConvexHull.lichao.cpp +++ b/test/datastructures/dynamicConvexHull.lichao.cpp @@ -1,6 +1,5 @@ #include "../util.h" constexpr ll INF = LL::INF; -constexpr ll inf = LL::INF; #include <datastructures/dynamicConvexHull.cpp> #include <datastructures/lichao.cpp> |
