Problem Link
Author: Path Trehan
Tester: Sahil Rajput
Editorialist: Sahil Rajput
Difficulty
Easy
Prerequisites
Basic maths
Problem
You just have to implement the given formula. Given two integers A and B. If you divide a smaller number with the greater number the answer will be 0 until both integers are not equal. If they are equal answer is 1.
Solution Link