#include "shapes.h" #include "vector.h" int main(){ myspace::vector a(10,5.0); std::cout<< a[15] << "\n"; myspace::vector a(10,Cube()); return 0; }