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;
相关文章
相关标签/搜索