Tuesday, January 15, 2019

URI 1101:: SOLUTION

URI Online Judge | 1101

Sequence of Numbers and Sum

Read an undetermined number of pairs values and N (stop when any of these values is less or equal to zero). For each pair, print the sequence from the smallest to the biggest (including both) and the sum of consecutive integers between them (including both).

Input

The input file contains pairs of integer values and N. The last line of the file contains a number zero or negative, or both.

Output

For each pair of numbers, print the sequence from the smallest to the biggest and the sum of these values, as shown below.
Input SampleOutput Sample
5 2
6 3
5 0
2 3 4 5 Sum=14
3 4 5 6 Sum=18



[WAIT]
     First of all, think yourself that you have tried enough for the problem. If you did not please read the program once. REMEMBER one thing, just believe in yourself.....YOU CAN.....YOU KNOW....



See the ANSWER here...

No comments:

Post a Comment