摘要:
将一个正整数分解质因数View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { Console.Write("请输入一个数字"); int n= Convert.ToInt32(Console.ReadLine()); for (int i = 2; i <= n; i++) { wh 阅读全文
posted @ 2011-06-22 07:53
伟伟LOVE齐齐
阅读(231)
评论(0)
推荐(0)

浙公网安备 33010602011771号