Count of numbers in given range [L, R] that is perfect square and digits are in wave form
Given two integers L and R, the task is to count the integers in the range [L, R] such that they satisfy the following two properties: The number must be a perfect square of any integer.In digits of the integer must be in the wave form i.e, let d1, d2, d3, d4, d5 be the digits in the current integer