Add problem statement
This commit is contained in:
parent
1b6922fe6a
commit
30767b888e
@ -10,7 +10,10 @@ https://projecteuler.net/problem=4
|
||||
|
||||
function Problem4()
|
||||
#=
|
||||
Statement
|
||||
A palindromic number reads the same both ways. The largest palindrome made
|
||||
from the product of two 2-digit numbers is 9009 = 91 x 99.
|
||||
|
||||
Find the largest palindrome made from the product of two 3-digit numbers.
|
||||
=#
|
||||
ans = 0
|
||||
for i in 100:1000
|
||||
|
Loading…
x
Reference in New Issue
Block a user