why my code is not working
Sort game un the sorting content
- please remove the extra code from the end
- The type of vector pair is
<string, int>but your type of pair in compare function is<int, string>
1 Like
done all the corrections still the problem persists
