摘要:
1.编程输出用户指定数据的所有素数因子: 1 import java.io.*; 2 class SushuDemo{ 3 public static void main(String args[]) throws NumberFormatException,IOException{ 4 String s = null ; 5 long value = 0 ; 6 int i ; 7 String resultString = "这个数的所有素数因子为\n" ; 8 System.out.prin... 阅读全文
posted @ 2011-09-01 22:46
itao_o
阅读(1323)
评论(1)
推荐(1)


浙公网安备 33010602011771号