摘要: #include <iostream> #include <cstring> #include <cstdio> #include <cmath> #include <cstdlib> using namespace std; const int MAX=100005; bool pri[MAX]; long long int f[MAX]; int pp[MAX],sz=0; long lo... 阅读全文
posted @ 2011-07-18 00:47 Cancri 阅读(198) 评论(0) 推荐(0)