Question

Write a function to find the minimum of two numbers without using >, <, ==, !=, or any arithmetic operator send me code ?

Login to Submit

Examples

Input: 26
Output: 26

Input: 31
Output: 12

Input: 12
Output: 33