PALIN - The 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.
Input
The first line contains integer t, the number of test cases. Integers K are given in the next t lines.
Output
For each K, output the smallest palindrome larger than K.
Example
Input: 2 808 2133 Output: 818 2222
Warning: large Input/Output data, be careful with certain languages
hide comments
phoenix2021:
2019-03-23 12:33:32
anyone who has solved the probem in python3.5?
|
|
thecyberalien:
2019-03-22 20:01:26
I am getting runtime error (sigsegv). but it is working perfectly in my compiler. |
|
danfrown:
2019-03-17 07:38:17
I don't get it. After taking all sorts of input, they are saying wrong answer. However, it works perfectly on my editor offline. I have taken into account
|
|
ankkt16:
2019-03-13 15:56:34
just form the string dealing with all the cases:) |
|
raycu:
2019-03-13 04:01:00
Lol, I didn't read the prompt and now my code isn't suitable for this. It does accurately determine palindromes, but only if they're smaller than the specified size (I used integer inputs instead of string inputs like a dumbass). |
|
wrong_amoeba:
2019-03-07 19:41:56
I have tested many testcases but still answer is wrong .Can anyone help me?
|
|
ayder:
2019-02-27 00:18:35
don't forget cases:
|
|
sibindon:
2019-02-16 19:28:03
I gave up after 2 days....
|
|
lunaticgaming:
2019-02-15 04:44:10
Execution Time: .04
|
|
deep123r:
2019-02-14 17:14:15
Check for these things
|
Added by: | adrian |
Date: | 2004-05-01 |
Time limit: | 2s-9s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: NODEJS PERL6 |