摘要: 1.遍历所有数; 2.用数组储存数据; 3.判断回文 include<iostream> using namespace std; int g(int num){ int Num=num*num,flag=0; int a[5]; for(;Num>0;flag++){ a[flag]=Num%10 阅读全文
posted @ 2023-05-11 15:29 The-rich 阅读(16) 评论(0) 推荐(0)