标签:运算 code span int mat return 重载 数组 line
r[i] = (r[i >> 1] >> 1) | ((i & 1) << (l - 1));
point operator * (point a,point b){
return point(a.x * b.x - a.y * b.y,a.x * b.y + a.y * b.x);
}
point Wn = point(cos(Pi / mid),type * sin(Pi / mid));
point x = A[j + k],y = w * A[j + mid + k]
标签:运算 code span int mat return 重载 数组 line
原文地址:https://www.cnblogs.com/wyxdrqc/p/10630138.html