#include $input int N = 3; double _Complex mypow(double _Complex a, int n) { double _Complex result = 1.0; for (int i=0; i