摘要: (容斥原理)1到6内 被2、3整除的数 6/2+6/3-6/(2*3) #include <iostream> using namespace std; const int N=20; typedef long long LL;//1e9*1e9 爆int int p[N]; int main() 阅读全文
posted @ 2021-05-14 13:20 liv_vil 阅读(43) 评论(0) 推荐(0)