#ifndef _PAIR_H_

#define _PAIR_H_



struct pair { int a, b; };



#endif  // _PAIR_H_