Homework

Author: QuwsarOhi

Problem Setter: Md Nazmul Huda

Intake 33, Department of CSE

Emu is a student of Deptartment of CSE, BUBT. Her course teacher gave her homework. Her teacher told her to write a program that takes two integer number inputs X and Y. Then her teacher told her to apply a condition, that is, if Y is less than X print “Hello,BUBTian!” (Without Quotes) otherwise, print “Nothing” (Without Quotes).

Input Format

Input Two integer numbers X and Y. (0 <= x, y <= 105)

Output Format

The output is in a new line containing the answer  “Hello,BUBTian!” or “Nothing”.

Samples

Input
5 6
Output
Nothing
Input
7 3
Output
Hello,BUBTian!
Limits
Language Time Memory
GNU C 11 1s 512MB
GNU C++ 14 1s 512MB
GNU C++ 11 1s 512MB
PHP 7 1s 1024MB
Java (OpenJDK 8) 1s 4096MB
Statistics
Login To Submit