• + 0 comments

    int pageCount(int n, int p) { return min(n / 2 - p / 2, p / 2); }