#2424. C语言程序设计教程(第三版)课后习题6.6

    ID: 2424 problem_type.undefined ms MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>教学题-C语言习题枚举模拟算术基础

C语言程序设计教程(第三版)课后习题6.6

Cannot parse: Cannot read properties of null (reading 'length')

C语言程序设计教程(第三版)课后习题6.6

题目描述

打印出所有"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该本身。例如:153是一个水仙花数,因为153=1^3+5^3+3^3。

输入说明

输出说明

所有的水仙花数,从小的开始。每行一个

样例

输入

no input needed

输出

153
370
371
407