STL练手。简单题。
分两步,先做进制转换transform(const int number, int base) ,然后判断是不是回文数isPalindrom(vector<int> &v)。
Code