练15.2 智商问题
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
智商(IQ)反映人的聪明程度,它是法国心理学家比奈提出的。他将一般人的平均智商定为。分数越高,表示越聪明,智商就越高,分及以上者称为天才。
试编一程序,输出一个以内的整数作为IQ值,判断是不是天才。
输入格式
一行一个整数,表示IQ的值。
输出格式
输出“天才”或不输出。
样例
150
天才