文件名称:1-10000吸血鬼数字
文件大小:102KB
文件格式:TXT
更新时间:2011-07-29 11:09:17
吸血鬼数字,结果
只修改main 的for就可以得到一下结果,运行时间有点长,应该稍微优化一下 配合我发送的
http://download.csdn.net/source/530288 修改使用
public static void main(String[] args){
for(int x=1;x<10000;x++){
for(int y = x; y < 10000; y++)
pd(x,y);
}
}
2 8714 17428
2 8741 17482
。。。
6800 9260 62968000
6801 7509 51068709
。。
9776 9920 96977920
9800 9806 96098800