diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2024-08-06 16:57:51 +0200 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2024-08-06 16:57:51 +0200 |
| commit | 407fd8a46db9e803e741eb7ea8efc89f9fbb4137 (patch) | |
| tree | 0649d23407f4707c52d93babe76d7957d0394947 /test/other/knuth.cpp | |
| parent | 19436370fb48bc0a5e356d1ba713dc39b1a35d3a (diff) | |
upper case INF
Diffstat (limited to 'test/other/knuth.cpp')
| -rw-r--r-- | test/other/knuth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/knuth.cpp b/test/other/knuth.cpp index 3462c0a..aaf5059 100644 --- a/test/other/knuth.cpp +++ b/test/other/knuth.cpp @@ -1,5 +1,5 @@ #include "../util.h" -constexpr ll iINFnf = LL::INF; +constexpr ll INF = LL::INF; #include <other/knuth.cpp> vector<vector<ll>> gen(int n) { |
