diff options
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) { |
