搜索资源列表
SquareDigits
- 自己写的topcoder大赛源码,可以作为练习参考
SquareDigits
- 自己写的topcoder大赛源码,可以作为练习参考-Write their own source of TopCoder Competition can be used as a reference to practice
SquareDigits
- SquareDigits的算法简单实现,SquareDigits是topcoder的一个问题- Problem Statement ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: SquareDigits Method Name:
correct_SquareDigits
- 网上很多是错的 Define the function S(x) as the sum of the squares of the digits of x. For example: S(3)=3*3=9 and S(230)=2*2+3*3+0*0=13. Define the set T(x) to be the set of unique numbers that are produced by repea
TopCoder_02
- 实现topcoder上的例题!实现了SquareDigits类,大家可以参考-implement of topcoder