#include <map>

std::map<int, float, std::greater<int>> s;
