You will receive a number between 100 and 999. If this number is between 200 and 299, you should print 'Success'. If it is not, you should print 'Failure'.
Input: 200
200
Output: Success
Success
Input: 401
401
Output: Failure
Failure