【PAT (Advanced Level) Practice】1019 General Palindromic Number (20 分)python题解
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number. All single digit numbers are palindromic numbers.
Although palindromic numbers are most often considered in the decimal system, the concept of palindromicity can be applied to the natural numbers in any numeral system. Consider a number N>0 in base b≥2, where it is written in standard notation with k+1 digits ai as ∑i=0k(a
【PAT (Advanced Level) Practice】1019 General Palindromic Number (20 分)python题解最先出现在Python成神之路。
共有 0 条评论