Sum of Consecutive Prime Numbers POJ - 2739(尺取)

簡單的尺取題, 拿來練手咯, 順便複習一波歐拉篩 #include <cstdio> #include <iostream> #include <algorithm> #include <cstring> using namespace std; #define ms(x, n) memset(x,n,sizeof(x)); typedef long long LL; const LL maxn
相關文章
相關標籤/搜索