Олимпиадный тренинг

Задача 21959. First or second


You are given a two-digit number whose digits are different.  Print the word first if the first digit is greater than the second, and the word second if the second digit is greater than the first.

Input 
A positive two-digit number is entered from the keyboard.

Imprint 
Print the word first if the first digit is greater than the second, and the word second if the second digit is greater than the first.
 

 

Examples
# Input Output
1 65 first
2 56 second