void PrintVec2(float *a, int n) { int i; for (i = 0; i < (n / 2); i++) printf("\\n%f %f", a[2 * i], a[2 * i + 1]); printf("\\n&q