Time limit problem with 09. Palindrome Integers
Здравейте колеги. Получавам правилни резултати на задачата 09. Palindrome Integers , но в Judje ми дава 0 точки и time limit. Изпращам условието и моето решение. Моля за инфо какво не е наред.
09 Palindrome Integers
A palindrome is a number which reads the same backward as forward, such as 323 or 1001. Write a program which reads a positive integer numbers until you receive "End", for each number print whether the number is palindrome or not.
Examples
Input |
Output |
|
Input |
Output |
123 323 421 121 END |
false true false true |
|
32 2 232 1010 END |
false true true false |
https://pastebin.com/PQN89eJQ
Получи се както каза. Благодаря за съдействието. Не бях забелязал разликата между условието и резултата.