题解列表

筛选

内码对称-题解(C语言代码)

摘要:#### 解题思路: 注意正反判断是否为回文 #### 参考代码: ```c #include int judge(long long x); int main() { lo……