#ifndef PAIR_H_
#define PAIR_H_

struct pair { int a, b; };

#endif  // PAIR_H_