API Response (JSON)
{
"problem": {
"name": "H. Battleship",
"description": {
"content": "Do you know the game Battleship? If no, look into Wikipedia article http://en.wikipedia.org/wiki/Battleship_(game). You are given the positions of ships on a 10 × 10 board for playing Battleship. Acco",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100H"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Do you know the game Battleship? If no, look into Wikipedia article http://en.wikipedia.org/wiki/Battleship_(game). You are given the positions of ships on a 10 × 10 board for playing Battleship. Acco...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你了解游戏《战舰》吗?如果不了解,请参阅维基百科文章 http://en.wikipedia.org/wiki/Battleship_(game)。给你一个 #cf_span[10 × 10] 的棋盘,上面摆放了《战舰》游戏中的舰船。根据规则,棋盘上应包含以下舰船:\n\n舰船不能“弯曲”,不能相互接触或重叠。每艘舰船只能水平或垂直放置。你的任务是检查给定的棋盘是否满足上述条件。\n\n第一行包含数字 #...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of boards, with $ 1 \\leq n \\leq 10 $. \nFor each board $ b \\in \\{1, \\dots, n\\} $, let $ B_b \\in \\{0, *\\}^{10 \\times 10} $ be a 10×10 grid where...",
"is_translate": false,
"language": "Formal"
}
]
}