How to define a C++ map

try map< float, vector<double>>
You are passing a pair of KEY=float , VALUE= a vector of doubles