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
vs590:
2017-01-09 14:26:32
i dont know why i am getting runtime error (NZEC) even my program is working well for all the cases.please provide the test case |
|
abhay_garg:
2017-01-05 19:03:40
Code running well in my compiler but here WA..Can i see Test Cases??
|
|
vivace:
2016-12-27 12:19:37
spent a complete day in june when it was my day 1 with competitive programming . 5-6 Wrong answers and left .
|
|
strcoder7:
2016-12-23 15:04:50
my code is giving correct ans on code chef then can any1 tell whats wrong here
|
|
Bharath Thiruveedula:
2016-12-23 14:35:58
My program solves all possible cases, but overlooked the case 11, 1111, 111111 |
|
ajay_taneja:
2016-12-22 11:51:45
Why I'm getting wrong answer even if my program is working correctly, even for input 9 ?
|
|
starbot:
2016-12-16 10:15:09
getting TLE |
|
srinivasu_619:
2016-12-15 16:44:16
Can anyone please help me to remove this exception
|
|
dimz01:
2016-12-07 08:15:38
Thanks @dusan_1989 for test case. Test case with number 9 is super effective :) |
|
nitish_garg503:
2016-12-06 20:42:15
why i always get wrong answer error on this site.
|
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 |