2023年5月4日
摘要: 3.3自守数 #include<bits/stdc++.h>using namespace std; int main(){ long long mul,n,k,a,b; for(int i=0;i<100000;i++) { for(mul=i,k=1;(mul/=10)>0;k*=10); a= 阅读全文
posted @ 2023-05-04 13:25 临江柔 阅读(10) 评论(0) 推荐(0) 编辑