{"raw_statement":[{"iden":"problem statement","content":"You are given three integers $A, B$ and $C$.\nDetermine if there exists an equilateral triangle whose sides have lengths $A, B$ and $C$."},{"iden":"constraints","content":"*   All values in input are integers.\n*   $1 \\leq A,B,C \\leq 100$"},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$A$ $B$ $C$"},{"iden":"sample input 1","content":"2 2 2"},{"iden":"sample output 1","content":"Yes\n\n*   There exists an equilateral triangle whose sides have lengths $2, 2$ and $2$."},{"iden":"sample input 2","content":"3 4 5"},{"iden":"sample output 2","content":"No\n\n*   There is no equilateral triangle whose sides have lengths $3, 4$ and $5$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}