Home > database >  couldn't find out how to solve this algorithm problem
couldn't find out how to solve this algorithm problem

Time:10-18

I am beginner I tried so many times but I couldn't solve this problem I will be very pleased if you help me...

the question is:

  1. Let x be an integer, and R(x) is a function that returns the reverse of the x in terms of its digits.
  2. For example , if x:1234 then R(x)=4321.
  3. Let’s call a positive integer mirror-friendly if it satisfies the following condition:
  • Related