#pragma once #include #include using namespace std; constexpr const int N = 18; // e.g. for Derbyshire // constexpr const int N = 5; // e.g. for Christensen using Com = complex;