highest palindrome with 3 digit numbers in python

后端 未结 13 1386
梦如初夏
梦如初夏 2021-02-01 10:35

In problem 4 from http://projecteuler.net/ it says:

A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-d

13条回答
  •  误落风尘
    2021-02-01 11:12

    580085 = 995 X 583, where 906609 = 993 X 913. Found it only by applying brute-forcing from top to bottom!

提交回复
热议问题