Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write down the code in C++ You have N magical bags of candies in front of you. The ith bag has Ai candies in it.

image text in transcribed

write down the code in C++

You have N magical bags of candies in front of you. The ith bag has Ai candies in it. It takes you one minute to finish a bag of candies, no matter how many candies in it. Every time you finish a bag with X candies in it, the bag is magically replenished with X/2 (rounded down to the nearest integer) more candies. Write a program that determines the maximum number of candies you can eat in k minutes. The input is a sequence of integers. The first integer N is the number of bags. The next integer K is the number of minutes you have. The next Nintegers is the number of candies in the bags. The output of your program is a single integer which represents the maximum number of candies you can eat. Sample Input Sample Output 5 32 1742 14

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David Auer, Scott Vandenberg, Robert Yoder

8th Edition

013460153X, 978-0134601533

More Books

Students also viewed these Databases questions