#include "pair.h" // a useful function struct Pair* MakePair(int a, int b);