HDU - 1695 GDU
摘要:
莫比乌斯反演基础。 用rep 去掉重复的对数,rep一定是奇数( 因为有(1,1 ) ) 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define fst first 4 #define scd second 5 #define pb(x 阅读全文
posted @ 2018-08-06 11:47 Emiya_Kiritsugu 阅读(180) 评论(0) 推荐(0) 编辑