vendredi 27 septembre 2019

Error in the declaration of max heap in c++

what is the error in this declaration of max heap

priority_queue,vector>,[](const pair&a,const pair&b) {return a.second < b.second;}>max_Heap; error message : template argument 3 is invalid

Aucun commentaire:

Enregistrer un commentaire