文章目錄

原题链接http://projecteuler.net/problem=4
Largest palindrome product
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.

最大的回文乘积

回文数的定义是从左右两边读都是相同的。在两个两位数的乘积中,最大的回文数是9009 = 91 * 99.

求两个三位数的乘积中,最大的回文数是什么?

解法:
这题没找到什么好的方法,暴力解决。

打赏作者

文章目錄