水仙花数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数整数,其各位数字立方和等于该数本身。例如:153是一个"水仙花数",因为153=1^3+5^3+3^3。
小提示:利用for循环控制100~999的整数数,每个整数分解出个位,十位,百位。
输出保证,每行一个水仙花数。
输入
无
Output
若干行,每行一个水仙花数
无
内容过于真实不予展示
6月PythonB卷
- Status
- Done
- Rule
- OI
- Problem
- 3
- Start at
- 2024-6-28 10:30
- End at
- 2024-7-6 18:30
- Duration
- 1 hour(s)
- Host
- Partic.
- 5