Write a program to find the max number of segments from N which can be either of lengths A, B, or C.
Function Description
There will be multiple test cases running so the input and Output should match exactly as provided.
The base output variable result is set to a default value of - 404 which can be modified.
Additionally, you can add or remove these output variables.
Input Format
The first line contains a single integer N. The second line contains a single integer A. The third line contains a single integer B. The next line contains a single integer C.
Answers
Answered by
0
Answer:
B) the next line contains a single integer
Similar questions