API Response (JSON)
{
"problem": {
"name": "A. Fair Game",
"description": {
"content": "Petya and Vasya decided to play a game. They have _n_ cards (_n_ is an even number). A single integer is written on each card. Before the game Petya will choose an integer and after that Vasya will c",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF864A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya and Vasya decided to play a game. They have _n_ cards (_n_ is an even number). A single integer is written on each card.\n\nBefore the game Petya will choose an integer and after that Vasya will c...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 和 Vasya 决定玩一个游戏。他们有 #cf_span[n] 张卡片(#cf_span[n] 是偶数)。每张卡片上写有一个整数。\n\n游戏开始前,Petya 会选择一个整数,之后 Vasya 会选择另一个整数(与 Petya 选择的数不同)。在游戏中,每个玩家拿走所有写有自己所选数字的卡片。例如,如果 Petya 在游戏前选择了数字 #cf_span[5],他会拿走所有写有 #cf_s...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Given:**\n* An even integer $n$ such that $2 \\le n \\le 100$.\n* A sequence of integers $A = (a_1, a_2, \\dots, a_n)$ where $1 \\le a_i \\le 100$.\n\n**Definitions:**\n* Let $I = \\{1, 2, \\dots, n\\}$ be...",
"is_translate": false,
"language": "Formal"
}
]
}