01.Then n space separated integers denoting the values for the n houses.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 22PE
icon
Related questions
Question

01.Then n space separated integers denoting the values for the n houses. 

 

Question: There are n houses built in a line, each of which contains some value in it.
A thief is going to steal the maximal value of these houses, but he can't steal in two adjacent
houses because the owner of the stolen houses will tell his two neighbours left and right side.
What is the maximum stolen value?
Input Format
o First an integer n, denoting how many houses are there.
o Then n space separated integers denoting the values for the n houses.
Output Format
An integer denoting the maximum value possible to steal.
Input
7
6713825
Output
20
Explanation
6+1+8+5 = 20.
Transcribed Image Text:Question: There are n houses built in a line, each of which contains some value in it. A thief is going to steal the maximal value of these houses, but he can't steal in two adjacent houses because the owner of the stolen houses will tell his two neighbours left and right side. What is the maximum stolen value? Input Format o First an integer n, denoting how many houses are there. o Then n space separated integers denoting the values for the n houses. Output Format An integer denoting the maximum value possible to steal. Input 7 6713825 Output 20 Explanation 6+1+8+5 = 20.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Multiple table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning