|
|||
Lumberjack SequencingAnother tale of lumberjacks? Let's see… The lumberjacks are rude, bearded workers, while foremen tend to be bossy and simple-minded. The foremen like to harass the lumberjacks by making them line up in groups of ten, ordered by the length of their beards. The lumberjacks, being of different physical heights, vary their arrangements to confuse the foremen. Therefore, the foremen must actually measure the beards in centimeters to see if everyone is lined up in order. Your task is to write a program to assist the foremen in determining whether or not the lumberjacks are lined up properly, either from shortest to longest beard or from longest to shortest. Input SpecificationThe input starts with a line containing a single integer N (0 < N < 20), which is the number of groups to process. Following this are N lines, each containing ten distinct positive integers less than 100. Output SpecificationThere is a title line containing “Lumberjacks:”, then one line per set of beard lengths, containing the word “Ordered” if the lumberjacks are lined up properly, or “Unordered”, otherwise. Sample Input
Output for Sample Input
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |