Feedback | If you notice incorrect translations in Contester, please let author know.
|
|
Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb. Prepared by Ibrahim Mesecan.
Difficulty Alpha
Palindromic Numbers
Shqip
Palindromic numbers are read from left to right and right to left the same
e.g. 132 is not a palindromic number because from left to right it's 132, on the other hand it's 231 from right to left.
But, 121 is a palindromic number because it's read the same from left to right and right to left.
Input specification
There will a number in the input file which are between
1 ≤ n < 1000000000
Output specification
If it's a palindromic number show "YES", otherwise "NO".
Note:No endline at the end.
Input 1 b>
td>
|
Input 2 b>
td>
|
33
td>
|
72
td>
|
Output 1 b> td>
| Output 2 b> td>
tr>
YES
td>
|
NO td> |
|
Для отправки решений необходимо выполнить вход.
|