MCPcopy Create free account
hub / github.com/Flamewaker/JavaPersonalSummary / ByteDance11

Class ByteDance11

Code/exam/ByteDance11.java:13–46  ·  view source on GitHub ↗

@author todd @date 2020/6/26 12:28 @description: 水仙花数 春天是鲜花的季节,水仙花就是其中最迷人的代表,数学上有个水仙花数,他是这样定义的:“水仙花数”是指一个三位数,它的各位数字的立方和等于其本身,比如:153=1^3+5^3+3^3。 现在要求输出所有在m和n范围内的水仙花数。 暴力搜索。

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected