闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2009年11月18日

摘要: 前几天,同学给出了一个算法题随便输入一个数,输出 相加等于这个数的所有等式,而且加数不能重复 例如:6 6=1+5; 6=2+4; 6=1+2+3; -------------------------------- 程序如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;names... 阅读全文

posted @ 2009-11-18 13:34 闲坐敲棋 阅读(189) 评论(0) 推荐(1)