You are given N sticks, where the length of each rod is a positive number. The cutting work is done on the sticks so that they are all reduced to the length of the smallest rod. Suppose we have six sticks of the following length: 544228 Then, in a single cutting operation we cut 2 lengths from each of the six sticks. In the following cut-off operation, there are four sticks (not the length of an egg), the length of which is as follows: 3226 The above step is repeated until there are no sticks left. If you are given the length of the N sticks, print the number of sticks left before each subsequent cutting operation using C++ code only. Input 6 544228 Output 6 4 2 1

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question
You are given N sticks, where the length of each rod is a positive number. The cutting work is
done on the sticks so that they are all reduced to the length of the smallest rod.
Suppose we have six sticks of the following length:
544228
Then, in a single cutting operation we cut 2 lengths from each of the six sticks. In the
following cut-off operation, there are four sticks (not the length of an egg), the length of
which is as follows:
3 2 26
The above step is repeated until there are no sticks left. If you are given the length of the N
sticks, print the number of sticks left before each subsequent cutting operation using C++
code only.
Input
6
544228
Output
6
4
2
1
Transcribed Image Text:You are given N sticks, where the length of each rod is a positive number. The cutting work is done on the sticks so that they are all reduced to the length of the smallest rod. Suppose we have six sticks of the following length: 544228 Then, in a single cutting operation we cut 2 lengths from each of the six sticks. In the following cut-off operation, there are four sticks (not the length of an egg), the length of which is as follows: 3 2 26 The above step is repeated until there are no sticks left. If you are given the length of the N sticks, print the number of sticks left before each subsequent cutting operation using C++ code only. Input 6 544228 Output 6 4 2 1
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Problems on numbers
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
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole