API Response (JSON)
{
"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`...",
"is_translate": false,
"language": "English"
}
]
}