Sort game un the sorting content


why my code is not working

@kshitiz_joshi

  1. please remove the extra code from the end
    image
  2. 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

@kshitiz_joshi change both arguments
image

1 Like