From 407fd8a46db9e803e741eb7ea8efc89f9fbb4137 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Tue, 6 Aug 2024 16:57:51 +0200 Subject: upper case INF --- test/other/knuth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 vector> gen(int n) { -- cgit v1.2.3