|
|||
Prime PalindromesThe number 181 is a prime palindrome because it is both a prime number and a palindrome. A palindrome is a number that is the same when read forward as backward. Write a program that determines how many prime palindromes there are between two numbers. Input SpecificationThe input will contain five sets of data, one per line. Each set will contain two integers L and U, the range of numbers to determine the prime palindromes (2 ≤ L ≤ U ≤ 999 999). Output SpecificationFor each input line, output one line with the number of prime palindromes between L and U, inclusive. Sample Input (with 3 sets of data)
Output for Sample Input
|
|||
University of Debrecen; Faculty of Informatics; v. 09/30/2024 |