API Response (JSON)
{
"problem": {
"name": "053. Tic-Tac-Toe",
"description": {
"content": "Given a tic-tac-toe board, return if you can win the game in one move or not. The first line will be the side that you are on, X or O. The next three lines are the are the current board. If you can ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269053"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given a tic-tac-toe board, return if you can win the game in one move or not.\n\nThe first line will be the side that you are on, X or O. The next three lines are the are the current board.\n\nIf you can ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{X, O\\} $ be the current player's symbol. \nLet $ B \\in \\{X, O, \\cdot\\}^{3 \\times 3} $ be the tic-tac-toe board, where $ \\cdot $ denotes an empty cell.\n\n**Constraints** ...",
"is_translate": false,
"language": "Formal"
}
]
}