API Response (JSON)
{
"problem": {
"name": "C. A+B",
"description": {
"content": "Bijan is new to programming. He learned recently that programmers do not code every bit of their apps from scratch. For example they never write a code to sum two integers, because their languages ha",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 65536
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF100C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Bijan is new to programming. He learned recently that programmers do not code every bit of their apps from scratch.\n\nFor example they never write a code to sum two integers, because their languages ha...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Bijan 刚刚开始学习编程。他最近了解到,程序员并不会从零开始编写应用程序的每一行代码。\n\n例如,他们永远不会编写代码来对两个整数求和,因为他们的编程语言本身就具备求和功能。但他们能使用这个功能吗?一位参加过 100 场以上比赛的资深程序员,能对两个整数求和吗?\n\nBijan 对此并不确定。你的看法是什么?\n\n你将获得两个整数 $a$ 和 $b$,每行一个($1 ≤ a, b < 10^{500...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ a, b \\in \\mathbb{Z} $ be two integers such that $ 1 \\leq a, b < 10^{500} $.\n\n**Constraints** \n1. $ a $ and $ b $ have no leading zeros. \n2. $ a, b $ are positive integers.\n\n*...",
"is_translate": false,
"language": "Formal"
}
]
}