Skip to content

Instantly share code, notes, and snippets.

@minhducsun2002
Last active April 9, 2018 13:33
Show Gist options
  • Save minhducsun2002/27a335c751d45e4a1a0b9427ee63fb7a to your computer and use it in GitHub Desktop.
Save minhducsun2002/27a335c751d45e4a1a0b9427ee63fb7a to your computer and use it in GitHub Desktop.
bool comp_ (pair <int, int> n, pair <int, int> m)
{
return (n.second < m.second);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment