#include "pair.h"



// a useful function

struct pair *make_pair(int a, int b);