Drawing Book

  • + 0 comments

    `

    int pageCount(int n, int p) { //start-end return std::min(p/2, (n/2) - (p/2)); } //end-start

    `