We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0edad commit 060ad03Copy full SHA for 060ad03
cp-algo/math/factorials.hpp
@@ -1,10 +1,10 @@
1
#ifndef CP_ALGO_MATH_FACTORIALS_HPP
2
#define CP_ALGO_MATH_FACTORIALS_HPP
3
-#include "cp-algo/util/checkpoint.hpp"
4
-#include "cp-algo/util/bump_alloc.hpp"
5
-#include "cp-algo/util/simd.hpp"
6
-#include "cp-algo/math/combinatorics.hpp"
7
-#include "cp-algo/number_theory/modint.hpp"
+#include "../util/checkpoint.hpp"
+#include "../util/bump_alloc.hpp"
+#include "../util/simd.hpp"
+#include "../math/combinatorics.hpp"
+#include "../number_theory/modint.hpp"
8
#include <ranges>
9
10
namespace cp_algo::math {
0 commit comments