API Response (JSON)
{
"problem": {
"name": "B. PolandBall and Game",
"description": {
"content": "PolandBall is playing a game with EnemyBall. The rules are simple. Players have to say words in turns. You cannot say a word which was already said. PolandBall starts. The Ball which can't say a new w",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF755B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "PolandBall is playing a game with EnemyBall. The rules are simple. Players have to say words in turns. You cannot say a word which was already said. PolandBall starts. The Ball which can't say a new w...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "PolandBall 正在与 EnemyBall 玩一个游戏。规则很简单:玩家轮流说出单词,不能说出之前已经说过的单词。PolandBall 先手。无法说出新单词的玩家输。\n\n给你两个列表,分别表示 PolandBall 和 EnemyBall 已知的单词。你能确定在双方都采取最优策略的情况下,谁会赢吗?\n\n第一行输入包含两个整数 #cf_span[n] 和 #cf_span[m](#cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ P $ be the set of words known only to PolandBall. \nLet $ E $ be the set of words known only to EnemyBall. \nLet $ B = P \\cap E $ be the set of words known to both players. \n\n...",
"is_translate": false,
"language": "Formal"
}
]
}