Skip to content

minci10/next-palindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Next_Palindrome

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. Numbers are always displayed without leading zeros.

Screenshots

  • Input:

Input

  • Output that according to the input which is above:

Input

  • Input:

Input

  • Output:

Input

About

Finding the next palindrome number using NASM Assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published