I have the pair struct below which contains two elements:
pair
typedef struct { int winner; int loser; } pair;
And I am tryin