매일매일 IT

[JavaProgramming] Largest palindrome product 본문

Programming Language/JAVA

[JavaProgramming] Largest palindrome product

Teeeeeeemo 2018. 1. 27. 23:58

 자바ㅠㅠ!! 가장 큰 회문 곱

 A palindromic number reads the same both ways. [ 회문수는 같은 방법으로 읽는다.] 

The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. [ 두 자리 숫자 두 개를 곱하여 만든 최대 회문은 9009 = 91 × 99입니다.]

Find the largest palindrome made from the product of two 3-digit numbers. [ 2개의 3 자리 숫자의 곱으로 만들어진 최대 회문을 찾아라.]








Comments