摘要: 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 阅读全文