#P10951. [2015杭电多校]MZL's chemistry

[2015杭电多校]MZL's chemistry

MZL's chemistry

Problem Description

MZL define F(X)F(X) as the first ionization energy of the chemical element XX Now he get two chemical elements U,VU,V,given as their atomic number,he wants to compare F(U)F(U) and F(V)F(V) It is guaranteed that atomic numbers belongs to the given set:{1,2,3,4,..18,35,36,53,54,85,86}\{1,2,3,4,..18,35,36,53,54,85,86\} It is guaranteed the two atomic numbers is either in the same period or in the same group It is guaranteed that xyx\neq y

Input

There are several test cases For each test case,there are two numbers u,vu,v,means the atomic numbers of the two element

Output

For each test case,if F(u)>F(v)F(u)>F(v),print "FIRST BIGGER",else print"SECOND BIGGER"

Sample Input

1 2
5 3

Sample Output

SECOND BIGGER
FIRST BIGGER

Author

SXYZ

Source

2015 Multi-University Training Contest 5