{"problem":{"name":"AC or WA","description":{"content":"Takahashi is participating in a programming contest, AXC001. He has just submitted his code to Problem A.   The problem has $N$ test cases, all of which must be passed to get an AC verdict.   Takahash","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc152_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   $0 \\leq M \\leq N$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$N$ $M$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc152_a","tags":[],"sample_group":[["3 3","Yes\n\nAll three test cases have been passed, so his submission gets an AC."],["3 2","No\n\nOnly two out of the three test cases have been passed, so his submission does not get an AC."],["1 1","Yes"]],"created_at":"2026-03-03 11:01:13"}}