Question: I need help understanding this problem in python please help The provider will let Pero use up X megabytes to surf the internet per month.

I need help understanding this problem in python please help

I need help understanding this problem in python please help The provider

The provider will let Pero use up X megabytes to surf the internet per month. Each megabyte that he doesn't spend in that month gets transferred to the next month and can still be spent. Of course, Pero can only spend the megabytes he actually has. If we know how much megabytes Pero has spent in each of the first N months of using the plan, determine how many megabytes Pero will have available in the N+1 month of using the plan. Input The first line of input contains the integer X(1X100). The second line of input contains the integer N(1N100). Each of the following N lines contains an integer Pi(0Pi10000), the number of megabytes spent in each of the first N months of using the plan. Numbers Pi will be such that Pero will never use more megabytes than he actually has. Output The first and only line of output must contain the required value from the task. Sample Input 1 Sample Output 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!