随笔分类 -  Purfer

摘要:题目 题解 calc(x,y)表示 y! y ! 中含有因数x的个数 #include<bits/stdc++.h> using namespace std; int n,x,i,s,t,sum,cnt,pri[1002],b[1002],d[1002],k,j,temp; struct NUM{ 阅读全文
posted @ 2018-06-27 23:24 Mingoal 阅读(14) 评论(0) 推荐(0)