2023年5月17日

24.自守数

摘要: #include<cstdio>using namespace std;bool t(int n){ int s=n*n,x=1; while(x<n) x=x*10; return s%x==n;}long long a,b;int main(){ scanf("%lld%lld",&a,&b); 阅读全文

posted @ 2023-05-17 21:59 HA_wind 阅读(20) 评论(0) 推荐(0)

导航