Digit Root ---- 余九定理

题目:hdu1013, hdu1163, 51nod1116.

Digit Root ---- 余九定理

or

dr(n) = (n-1)%9+1.

其中,n-1是为了将结果0-8匹配到1-9.

Reference:

[1] https://en.wikipedia.org/wiki/Digital_root

[2] https://en.wikipedia.org/wiki/Casting_out_nines

上一篇:8、如何实现可迭代对象和迭代器对象 9、如何使用生成器函数实现可迭代对象 10、如何进行反向迭代以及如何实现反向迭代 11、如何对迭代器做切片操作 12、如何在一个for语句中迭代多个可迭代对象


下一篇:学习mybatis-3 step by step 篇二