当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5347:MZL's chemistry

题目描述
MZL define $F(X)$ as the first ionization energy of the chemical element $X$

Now he get two chemical elements $U,V$,given as their atomic number,he wants to compare $F(U)$ and $F(V)$

It is guaranteed that atomic numbers belongs to the given set:$\{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 $x\neq y$
输入解释
There are several test cases

For each test case,there are two numbers $u,v$,means the atomic numbers of the two element
输出解释
For each test case,if $F(u)>F(v)$,print "FIRST BIGGER",else print"SECOND BIGGER"
输入样例
1 2
5 3
输出样例
SECOND BIGGER
FIRST BIGGER
来自杭电HDUOJ的附加信息
Author SXYZ
Recommend wange2014

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-5347

最后修改于 2020-10-25T23:21:54+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
2000/1000MS(Java/Others) 65536/65536K(Java/Others)