#exawizards2019a. [exawizards2019_a]Regular Triangle
[exawizards2019_a]Regular Triangle
Problem Statement
You are given three integers and .
Determine if there exists an equilateral triangle whose sides have lengths and .
Constraints
- All values in input are integers.
Input
Input is given from Standard Input in the following format:
Output
If there exists an equilateral triangle whose sides have lengths and , print Yes
; otherwise, print No
.
Sample Input 1
Sample Output 1
- There exists an equilateral triangle whose sides have lengths and .
Sample Input 2
Sample Output 2
- There is no equilateral triangle whose sides have lengths and .