摘要: #include <iostream> #include <cmath> using namespace std; void a1(int n){ int a[n],i=0,sum=0; for(i=0;n>=1;i++){ a[i]=n%2; n/=2; } for(int j=i-1;j>=0; 阅读全文
posted @ 2024-10-20 09:55 最后一个还有我 阅读(9) 评论(0) 推荐(0)