#include #include #include using namespace std; class UpDownHiking { public: int maxHeight(int N, int A, int B); }; int UpDownHiking::maxHeight(int N, int A, int B) { return 0; }