Problem B
Spritt
Languages
en
is

Input
The first line of the input contains two integers
Then there are
Output
Print Jebb if every classroom can receive the bottles they need and print Neibb otherwise.
Scoring
Group |
Points |
Constraints |
1 |
50 |
|
2 |
50 |
No further constraints |
Sample Input 1 | Sample Output 1 |
---|---|
5 12 3 1 4 2 2 |
Jebb |
Sample Input 2 | Sample Output 2 |
---|---|
3 2 1 2 3 |
Neibb |