Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem2125--Judge the type of triangle
2125: Judge the type of triangle
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
621
Solved:
17
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Enter the side length of the triangle and print whether the triangle is an equilateral triangle.
Input
Given three integers
Output
Whether the triangle is an equilateral triangle
Sample Input
Copy
3,3,3
Sample Output
Copy
Yes
Source/Category
167