File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11#ifndef CP_ALGO_GEOMETRY_POINT_HPP
22#define CP_ALGO_GEOMETRY_POINT_HPP
3- #include " cp-algo/util/complex.hpp"
4- #include " cp-algo/random/rng.hpp"
3+ #include " ../util/complex.hpp"
54#include < iostream>
65namespace cp_algo ::geometry {
76 template <typename ftype>
Original file line number Diff line number Diff line change 11#ifndef CP_ALGO_MATH_FFT_HPP
22#define CP_ALGO_MATH_FFT_HPP
33#include " common.hpp"
4- #include " cp-algo /number_theory/modint.hpp"
5- #include " cp-algo /util/complex.hpp"
4+ #include " .. /number_theory/modint.hpp"
5+ #include " .. /util/complex.hpp"
66#include < algorithm>
77#include < complex>
88#include < cassert>
Original file line number Diff line number Diff line change 11#ifndef CP_ALGO_STRUCTURES_BIT_ARRAY_HPP
22#define CP_ALGO_STRUCTURES_BIT_ARRAY_HPP
3- #include " cp-algo /util/bit.hpp"
3+ #include " .. /util/bit.hpp"
44namespace cp_algo ::structures {
55 template <size_t N, typename Uint = uint64_t >
66 struct bit_array {
You can’t perform that action at this time.
0 commit comments