2023年1月26日
摘要: 求 [a,b] 中 与n 互素的数字个数 #include <iostream> #include <algorithm> using namespace std; const int N =200; #define int long long int tot,fac[N]; int hh,q[10 阅读全文
posted @ 2023-01-26 13:28 towboat 阅读(24) 评论(0) 推荐(0)