摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=4320比较大的数字A和B,验证A的因子B是否都有。他人具体代码:View Code #include <iostream>#include <stdio.h>#include <string.h>#include <algorithm>#include <cmath>#include <queue>#include <vector>#define N 1000000using namespace std;bool h[1000 阅读全文
posted @ 2012-10-22 23:16
tim11
阅读(168)
评论(0)
推荐(0)
2012年10月22日