API Response (JSON)
{
"problem": {
"name": "奇偶 ASCII 值判断",
"description": {
"content": "任意输入一个字符,判断其 ASCII 是否是奇数,若是,输出 `YES`,否则,输出 `NO` 。 例如,字符 `A` 的 ASCII 值是 `65`,则输出 `YES`,若输入字符 `B`(ASCII 值是 $66$),则输出 `NO`。",
"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": "LGB2038"
},
"statements": [
{
"statement_type": "Markdown",
"content": "任意输入一个字符,判断其 ASCII 是否是奇数,若是,输出 `YES`,否则,输出 `NO` 。\n\n例如,字符 `A` 的 ASCII 值是 `65`,则输出 `YES`,若输入字符 `B`(ASCII 值是 $66$),则输出 `NO`。\n\n## Input\n\n输入一个字符。\n\n## Output\n\n如果其 ASCII 值为奇数,则输出 `YES`,否则,输出 `NO`。\n\n[samples]...",
"is_translate": false,
"language": "English"
}
]
}