#include "header.h" //IO Reads Vector ReadVector(void){ Vector x; int i, n; scanf("%d", &n); x = CreateVector(n); for(i=0;i