Example #1
0
bool CompareSquare(const TBox& first, const TBox& second) {
    return first.GetSquare() > second.GetSquare();
}