第16464题 程序题
编写Python程序实现三位数的数位拆分与格式化输出

任务要求

  1. 程序运行后接收用户输入的一个三位数整数;
  2. 程序需拆分该整数的百位、十位、个位数字,按指定格式输出。例如输入123,输出为:百:1,十:2,个:3
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
编辑模式
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析