1 2 3 4 5 6 7 8 9 10 11
#pragma once #include <complex> #include <array> using namespace std; constexpr const int N = 18; using Com = complex<double>;