国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

1096. Consecutive Factors (20)

2019-11-11 00:31:24
字體:
供稿:網(wǎng)友

Among all the factors of a positive integer N, there may exist several consecutive numbers. For example, 630 can be factored as 3*5*6*7, where 5, 6, and 7 are the three consecutive numbers. Now given any positive N, you are supposed to find the maximum number of consecutive factors, and list the smallest sequence of the consecutive factors.

Input Specification:

Each input file contains one test case, which gives the integer N (1

#include<cstdio>#include<cmath>typedef long long ll;int main(){ ll n; scanf("%lld",&n); ll a=(ll)sqrt(n); int ansI=0,ansLen=0; for(int i=2;i<=a;i++){ int j=i; ll temp=1; while(1){ temp*=j; if(n%temp!=0) break; if(ansLen<j-i+1){ ansI=i; ansLen=j-i+1; } j++; } } if(ansLen==0){
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 溧水县| 京山县| 巍山| 宝兴县| 民丰县| 化德县| 贺兰县| 额敏县| 东台市| 扬中市| 渭南市| 仪征市| 肃宁县| 眉山市| 青河县| 沽源县| 蕲春县| 中方县| 延川县| 宣威市| 广水市| 太康县| 水富县| 阳江市| 安塞县| 屏南县| 井陉县| 邻水| 教育| 内乡县| 抚顺县| 元谋县| 大连市| 兖州市| 北宁市| 嘉荫县| 卓尼县| 双辽市| 吉首市| 山东省| 林芝县|