1. C++ / Говнокод #3570

    +169

    1. 1
    2. 2
    3. 3
    4. 4
    //reversed for sorting
        inline bool operator< (const Weight & other) const {
            return (GetValue() > other.GetValue());
        };

    Запостил: ton4eg, 25 Июня 2010

    Комментарии (42) RSS

    Добавить комментарий