Question: Combo Locks Time limit: 1000ms In this challenge, you will design a combination lock, with 8 wheels that contain letters. The image below shows an


Combo Locks Time limit: 1000ms In this challenge, you will design a combination lock, with 8 wheels that contain letters. The image below shows an example of such a lock with four wheels. Standard input The input file is blank. You will be processing the file below offline, and submitting a simple program that just produces output. Standard output wish to include a space on a wheel, you should output only 9 letters for a line. Constraints and notes Your submission will score a zero, if any of the following constraints are violated: - Every line must contain 9 or 10 lowercase letters. - If a line contains 9 lowercase letters, all lines after that one should also contain 9 lowercase letters. - There must be exactly 8 lines of output. Otherwise, your score will be equal to: There will be a single test case, you can download the file here: input.txt Note: The word list contains the words with 8 characters or fewer from the list at Google 10,000 Most Common English Words, No Swears. Combo Locks Time limit: 1000ms In this challenge, you will design a combination lock, with 8 wheels that contain letters. The image below shows an example of such a lock with four wheels. Standard input The input file is blank. You will be processing the file below offline, and submitting a simple program that just produces output. Standard output wish to include a space on a wheel, you should output only 9 letters for a line. Constraints and notes Your submission will score a zero, if any of the following constraints are violated: - Every line must contain 9 or 10 lowercase letters. - If a line contains 9 lowercase letters, all lines after that one should also contain 9 lowercase letters. - There must be exactly 8 lines of output. Otherwise, your score will be equal to: There will be a single test case, you can download the file here: input.txt Note: The word list contains the words with 8 characters or fewer from the list at Google 10,000 Most Common English Words, No Swears