API Response (JSON)
{
"problem": {
"name": "A. Hungry Student Problem",
"description": {
"content": "Ivan's classes at the university have just finished, and now he wants to go to the local CFK cafe and eat some fried chicken. CFK sells chicken chunks in small and large portions. A small portion con",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF903A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Ivan's classes at the university have just finished, and now he wants to go to the local CFK cafe and eat some fried chicken.\n\nCFK sells chicken chunks in small and large portions. A small portion con...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Ivan 的大学课程刚刚结束,他现在想去当地的 CFK 餐厅吃一些炸鸡。\n\nCFK 将鸡块分为小份和大份出售。一份小份包含 $3$ 个鸡块;一份大份包含 $7$ 个鸡块。Ivan 想要恰好吃掉 $x$ 个鸡块。现在他想知道是否能够恰好买到这个数量的鸡块。\n\n形式上,Ivan 想知道是否存在两个非负整数 $a$ 和 $b$,使得 $a$ 份小份和 $b$ 份大份恰好包含 $x$ 个鸡块。\n\n请帮助 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the number of test cases. \nFor each test case $ i \\in \\{1, \\dots, n\\} $, let $ x_i \\in \\mathbb{Z} $ be the target number of chicken chunks.\n\n**Constraint...",
"is_translate": false,
"language": "Formal"
}
]
}