API Response (JSON)
{
"problem": {
"name": "[yLOI2022] 签到题",
"description": {
"content": "给定一个长度为 $8$ 的字符串 $s$,请你分别统计 $s$ 中大小写字母和数字字符的个数。",
"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": "LGP9471"
},
"statements": [
{
"statement_type": "Markdown",
"content": "给定一个长度为 $8$ 的字符串 $s$,请你分别统计 $s$ 中大小写字母和数字字符的个数。\n\n## Input\n\n输入只有一行一个长度为 $8$ 的字符串 $s$。\n\n## Output\n\n输出一行三个整数,依次表示:\n\n- $s$ 中数字字符的个数。\n- $s$ 中小写字母的个数。\n- $s$ 中大写字母的个数。\n\n[samples]\n\n## Note\n\n### 数据规模与约定\n\n对 $10...",
"is_translate": false,
"language": "English"
}
]
}