摘要: #include#define MAX 100000using namespace std;int main(){ int n,a[MAX]; int i,j,k,count,temp; while(cin>>n) { a[0]=1; count=... 阅读全文
posted @ 2014-01-17 15:34 IT专业户 阅读(101) 评论(0) 推荐(0) 编辑