API Response (JSON)
{
"problem": {
"name": "[语言月赛202301] 就要 62",
"description": {
"content": "给你一个整数 $x$,你需要判断,这个整数中是否出现过数字 $62$ **或者**能够被 $62$ 整除。如果是,输出 `Yes`,否则输出 `No` 即可。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB3699"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给你一个整数 $x$,你需要判断,这个整数中是否出现过数字 $62$ **或者**能够被 $62$ 整除。如果是,输出 `Yes`,否则输出 `No` 即可。\n\n## Input\n\n输入共一行,为一个整数 $x$。\n\n## Output\n\n输出共一行。\n\n如果 $x$ 中出现过数字 $62$ 或者能够被 $62$ 整除,输出一行 `Yes`,否则输出一行 `No`。\n\n[samples]\n\n## ...",
"is_translate": false,
"language": "English"
}
]
}