you & mdash; Programmer at the flight control center. From our new Kuriositi-2 Marshore, an important message has come about the state of its systems. Unfortunately, due to a solar outbreak, the word order in the message was broken. The engineers, anticipating this situation, built into each word the number from 1 to 9, which indicates the correct position of the word in the sentence. Your task & mdash; Write a program that will restore the initial order of words and decipher the message.
rn
technical task:
One line is supplied to the input program consisting of words separated by spaces. Each word is guaranteed to contain one digit from 1 to 9. It is necessary to sort the words in the line in accordance with these numbers and derive the result.
rn
restrictions:
rn
rn -
rn - the words consist only of the letters of the Russian alphabet and one digit. 14pt; "> the numbers in the input line are always consistent and correct (for example, if words are 4, then they will have numbers 1, 2, 3, 4).
rn - You can use only basic designs: input-outdoor, conditional operators (
if/else ) and cycles & nbsp; for . You can not import modules or create functions. rn
Input format
The encrypted message from the Marshod (string, Str).
Output format
Decrypted, meaningful message (string, str).
Hint
There will be no clue here, decide for yourself!