why is the sort function not sorting a struct?

后端 未结 0 939
一生所求
一生所求 2021-01-14 09:17

I have the pair struct below which contains two elements:

typedef struct
{
    int winner;
    int loser;
}
pair;

And I am tryin

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