摘要:
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91* 99.Find the largest palindrome made from the product of two 3-digit numbers.2个两位数相乘得到的最大的回文数是9009,如:9009=91*99。找出2个3位数相乘得到的最大的回文数。static void Main(string[] args) { Int64 i 阅读全文
posted @ 2012-05-12 13:53
尔冬橙
阅读(333)
评论(0)
推荐(0)
浙公网安备 33010602011771号