#ifndef PAIR_H_ #define PAIR_H_ struct pair { int a, b; }; #endif // _PAIR_H_