{"raw_statement":[{"iden":"problem statement","content":"Takahashi is participating in a programming contest, AXC001. He has just submitted his code to Problem A.  \nThe problem has $N$ test cases, all of which must be passed to get an AC verdict.  \nTakahashi's submission has passed $M$ cases out of the $N$ test cases.  \nDetermine whether Takahashi's submission gets an AC."},{"iden":"constraints","content":"*   $1 \\leq N \\leq 100$\n*   $0 \\leq M \\leq N$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$ $M$"},{"iden":"sample input 1","content":"3 3"},{"iden":"sample output 1","content":"Yes\n\nAll three test cases have been passed, so his submission gets an AC."},{"iden":"sample input 2","content":"3 2"},{"iden":"sample output 2","content":"No\n\nOnly two out of the three test cases have been passed, so his submission does not get an AC."},{"iden":"sample input 3","content":"1 1"},{"iden":"sample output 3","content":"Yes"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}