{"problem":{"name":"Rotation","description":{"content":"You are given a grid with $2$ rows and $3$ columns of squares. The color of the square at the $i$\\-th row and $j$\\-th column is represented by the character $C_{ij}$. Write a program that prints `YES`","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc077_a"},"statements":[{"statement_type":"Markdown","content":"You are given a grid with $2$ rows and $3$ columns of squares. The color of the square at the $i$\\-th row and $j$\\-th column is represented by the character $C_{ij}$.\nWrite a program that prints `YES` if this grid remains the same when rotated $180$ degrees, and prints `NO` otherwise.\n\n## Constraints\n\n*   $C_{i,j}(1 \\leq i \\leq 2, 1 \\leq j \\leq 3)$ is a lowercase English letter.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$C_{11}C_{12}C_{13}$\n$C_{21}C_{22}C_{23}$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc077_a","tags":[],"sample_group":[["pot\ntop","YES\n\nThis grid remains the same when rotated $180$ degrees."],["tab\nbet","NO\n\nThis grid does not remain the same when rotated $180$ degrees."],["eye\neel","NO"]],"created_at":"2026-03-03 11:01:14"}}