Question

Write a function that takes three sides of a triangle and tells whether it is an equilateral triangle?

Login to Submit

Examples

Input: 3 3 3
Output: true

Input: 5 5 6
Output: false