{"problem":{"name":"Same","description":{"content":"You are given $N$ integers $A _ 1,A _ 2,\\ldots,A _ N$. If their values are all equal, print `Yes`; otherwise, print `No`.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc324_a"},"statements":[{"statement_type":"Markdown","content":"You are given $N$ integers $A _ 1,A _ 2,\\ldots,A _ N$.\nIf their values are all equal, print `Yes`; otherwise, print `No`.\n\n## Constraints\n\n*   $2\\leq N\\leq100$\n*   $1\\leq A _ i\\leq100\\ (1\\leq i\\leq N)$\n*   All input values are integers.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n$A _ 1$ $A _ 2$ $\\ldots$ $A _ N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc324_a","tags":[],"sample_group":[["3\n3 2 4","No\n\nWe have $A _ 1\\neq A _ 2$, so you should print `No`."],["4\n3 3 3 3","Yes\n\nWe have $A _ 1=A _ 2=A _ 3=A _ 4$, so you should print `Yes`."],["10\n73 8 55 26 97 48 37 47 35 55","No"]],"created_at":"2026-03-03 11:01:14"}}