DE Shaw Logo

Asked in DE Shaw

MegaPrime Numbers Problem Statement

Given two integers Left and Right, determine the count of 'megaprime' numbers within the inclusive range from 'Left' to 'Right'. A 'megaprime' number is a prime number where each digit is also a prime number.

Example:

Input:
Left = 23, Right = 37
Output:
2
Explanation:

The prime numbers between 23 and 37 are 23, 29, 31, and 37. Among these:

  • 23 is a 'megaprime' because 2 and 3 are prime.
  • 29 is not a 'megaprime' because 9 is not prime.
  • 31 is not a 'megaprime' because 1 is not prime.
  • 37 is a 'megaprime' because 3 and 7 are prime.
Thus, there are two 'megaprime' numbers: 23 and 37.

Constraints:

  • 1 ≤ T ≤ 100
  • 1 ≤ Left ≤ Right ≤ 8000
  • Time Limit: 1 second

Note:

You are not required to print anything; it has been taken care of. Your task is to implement the function and return the count of 'megaprime' numbers for each test case.

Be the first one to answer
Select
Add answer anonymously...
undefined Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits