Question

Write a function to check whether given triangle is isosceles?

Login to Submit

Examples

Input: 2 2 3
Output: true

Input: 5 6 7 
Output: false