首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
5321专题
【HDU】5321 Beautiful Set【枚举k求贡献,欧拉函数应用】
传送门: 【HDU】5321 Beautiful Set my code: my~~code: #include <stdio.h>#include <string.h>#include <vector>#include <algorithm>using namespace std ;typedef long long LL ;#define clr( a , x ) memset
阅读更多...