Computer Science, asked by anjaliparashar7527, 10 months ago

A positive integer is called a palindrome if its representation in the decimal system is the same when read from left to right and from right to left. For a given positive integer k, write the value of the smallest palindrome larger than k to output.

Answers

Answered by Anonymous
0

Answer:

A positive integer is called a palindrome if its representation in the decimal system is the same when read from left to right and from right to left. For a given positive integer K of not more than 1000000 digits, write the value of the smallest palindrome larger than K to output.

..

Similar questions