2016年7月14日
摘要: 一个正整数N的因子中可能存在若干连续的数字。例如630可以分解为3*5*6*7,其中5、6、7就是3个连续的数字。给定任一正整数N,要求编写程序求出最长连续因子的个数,并输出最小的连续因子序列。 输入格式: 输入在一行中给出一个正整数N(1<N<231)。 输出格式: 首先在第1行输出最长连续因子的 阅读全文
posted @ 2016-07-14 11:21 Beserious 阅读(634) 评论(0) 推荐(0) 编辑
摘要: DataTextField – Here we set the name of the field or column that we need to display. DataNavigateUrlFields – Here we set the name of the field or colu 阅读全文
posted @ 2016-07-14 08:39 Beserious 阅读(289) 评论(0) 推荐(0) 编辑