/* Do not change this file; the task is to optimize vectors.c, not this */ #define _ISOC11_SOURCE 1 #include #include #include #include #include "vectors.h" void init(double a[], size_t n, double start) { size_t i; for (i=0; i