API Response (JSON)
{
"problem": {
"name": "[语言月赛 202407] value",
"description": {
"content": "小 A 发现他的国家的价值可以使用 $x, y, z, w$ 四个非负整数衡量。但是为了维持平衡,现在他想要让 $x$ 和 $z$,$y$ 和 $w$ 保持一个相对稳定的比例。 现在他想要知道,是否可以找到一个正整数 $c$,使得 $x = z \\times c$ 且 $y = w \\times c$。请你帮助他找到这个正整数。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 524288
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB4009"
},
"statements": [
{
"statement_type": "Markdown",
"content": "小 A 发现他的国家的价值可以使用 $x, y, z, w$ 四个非负整数衡量。但是为了维持平衡,现在他想要让 $x$ 和 $z$,$y$ 和 $w$ 保持一个相对稳定的比例。\n\n现在他想要知道,是否可以找到一个正整数 $c$,使得 $x = z \\times c$ 且 $y = w \\times c$。请你帮助他找到这个正整数。\n\n## Input\n\n一行四个整数 $x, y, z, w$。\n\n...",
"is_translate": false,
"language": "English"
}
]
}