HDU 2824 The Euler function

傳送門:http://acm.hdu.edu.cn/showproblem.php?pid=2824  解題思路: 打表篩選出一段範圍內的歐藍函數 實現代碼: #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int N=3000001;
相關文章
相關標籤/搜索