Question

Write a function to check if two numbers are equal without using ==, !=, <, > ?

Login to Submit

Examples

Input: 1
Output: false

Input: 0
Output: true

Input: 0
Output: false