API Response (JSON)
{
"problem": {
"name": "Election",
"description": {
"content": "An election is taking place. $N$ people voted. The $i$\\-th person $(1 \\leq i \\leq N)$ cast a vote to the candidate named $S_i$. Find the name of the candidate who received the most votes. The given in",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc231_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "An election is taking place.\n$N$ people voted. The $i$\\-th person $(1 \\leq i \\leq N)$ cast a vote to the candidate named $S_i$.\nFind the name of the candidate who received the most votes. The given in...",
"is_translate": false,
"language": "English"
}
]
}