#pragma once #include #include using namespace std; constexpr const int N = 18; using Com = complex; using Poly = array; using AApprox = array;