编程实践6-6
摘要:
编程实践6-6课程元素类型 任务歌德巴赫猜想:任何一个大于等于6的偶数可以分解为两个素数的和,通过程序来实现对哥德巴赫猜想的验证。using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Prime_number{ class Program { static void Main(string[] args) { int nA,nB; //输入部分 nA = Con... 阅读全文
posted @ 2012-12-12 08:58 我最亲爱的说 阅读(179) 评论(0) 推荐(0)
浙公网安备 33010602011771号