How does std:set check if theres is an equivalent element in set during the insertion?

后端 未结 0 851
渐次进展
渐次进展 2021-01-02 05:29

Let\'s use the following code as an example.

    auto cmp = [](ll a, ll b) {
        return gcd(12, a) < gcd(12, b);
    };
    set

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题