You work in an IT support and often encounter a situation when users type in the wrong keyboard layout. For example, instead of "Hello" it turns out "Ruddsh". You need to create a program that determines what layout the text was typed.
rn
Lays:
rn
qwerty English: QWertyuopasdfghjklzxcvbnm
rn
ytsuken Russian ytsukenschshshshshzhpypyproljeach scum
rn
Input format
a line of text consisting only of the lowercase letters of the same layout
Output format
The name of the layout: "English" or "Russian". If the text does not belong to any layout, display "Unknown"
Hint
There will be no clue here, decide for yourself!