{"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对 $100\\%$ 的测试点，保证 $s$ 的长度为 $8$，仅含大小写字母和数字。\n\n以下是各个测试点中各字符的存在性，√ 表示存在，× 表示不存在。\n\n| 测试点编号 | 数字 | 小写字母 | 大写字母 |\n| :-: | :-: | :-: | :-: |\n| $1$ | √  | × |× |\n| $2$ | × | √ | × |\n| $3$ | × | × | √ |\n| $4$ | √  | √ |× |\n| $5$ | √  |  × |√ |\n| $6$ |  × | √ | √ |\n| $7$ | √ | √ | √ |\n| $8$ | √ | √ | √ |\n| $9$ | √ | √ | √ |\n| $10$ | √ | √ | √ |","is_translate":false,"language":"English"}],"meta":{"iden":"LGP9471","tags":["O2优化","洛谷月赛"],"sample_group":[["yLOI2022","4 1 3"],["IAKIOIOI","0 0 8"],["1n2s0e1s","4 4 0"]],"created_at":"2026-03-03 11:09:25"}}