1185. No Brainer

单点时限: 2.0 sec

内存限制: 256 MB

Zombies love to eat brains. Yum.

输入格式

The first line contains a single integer n indicating the number of data sets.

The following n lines each represent a data set. Each data set will be formatted according to the following description:

A single data set consists of a line “X Y”, where X is the number of brains the zombie eats and Y is the number of brains the zombie requires to stay alive.

输出格式

For each data set, there will be exactly one line of output. This line will be “MMM BRAINS” if the number of brains the zombie eats is greater than or equal to the number of brains the zombie requires to stay alive. Otherwise, the line will be “NO BRAINS”.

样例

Input
3
4 5
3 3
4 3
Output
NO BRAINS
MMM BRAINS
MMM BRAINS

238 人解决,252 人已尝试。

256 份提交通过,共有 377 份提交。

1.2 EMB 奖励。

创建: 17 年前.

修改: 6 年,8 月前.

最后提交: 1 月,3 周前.

来源: South Central USA 2004

题目标签