#P16306. [蓝桥杯 2026 省 Java/Python 研究生组] 读书计划
[蓝桥杯 2026 省 Java/Python 研究生组] 读书计划
Problem Description
Xiao Lan bought an extracurricular book with a total of pages, and plans to read it continuously starting from today (Monday). Due to the school schedule:
- From Monday to Friday (school days), he can read at most pages per day.
- On Saturday and Sunday (rest days), he can read at most pages per day.
Question: What is the minimum number of days Xiao Lan needs to finish reading the whole book?
Output Format
This is a fill-in-the-blank problem. You only need to calculate the result and submit it. The result is an integer. When submitting, only fill in this integer; any extra content will not be scored.
Hint
Translated by ChatGPT 5