highest palindrome with 3 digit numbers in python

后端 未结 13 1205
梦如初夏
梦如初夏 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:37

    Iterating in reverse doesn't find the largest x*y, it finds the palindrome with the largest x. There's a larger answer than 580085; it has a smaller x but a larger y.

    0 讨论(0)
提交回复
热议问题