API Response (JSON)
{
"problem": {
"name": "判断一个数能否同时被 3 和 5 整除",
"description": {
"content": "判断一个数 $n$ 能否同时被 $3$ 和 $5$ 整除。",
"description_type": "Markdown"
},
"platform": "Luogu",
"limit": {
"time_limit": 1000,
"memory_limit": 131072
},
"difficulty": {
"LuoguStyle": "P1"
},
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "LGB2042"
},
"statements": [
{
"statement_type": "Markdown",
"content": "判断一个数 $n$ 能否同时被 $3$ 和 $5$ 整除。\n\n## Input\n\n输入一行,包含一个整数 $n$。\n\n## Output\n\n输出一行,如果能同时被 $3$ 和 $5$ 整除输出 `YES`,否则输出 `NO`。\n\n[samples]\n\n## Note\n\n$-10^9<n<10^9$...",
"is_translate": false,
"language": "English"
}
]
}