摘要: /* 辗转相除,每次计算多出现了几个数。 */ #include<iostream> #include<cstdio> #include<cstring> #include<cmath> #define ll long long using namespace std; ll a1,a2,a3,a4 阅读全文
posted @ 2017-10-31 21:58 安月冷 阅读(190) 评论(0) 推荐(0) 编辑
摘要: LI /* 没有考虑次大值有大于一个的情况 */ #include<iostream> #include<cstdio> #include<cstring> #define N 1000007 using namespace std; int n,m,ans,cnt,mx; int a[N]; in 阅读全文
posted @ 2017-10-31 21:51 安月冷 阅读(162) 评论(0) 推荐(0) 编辑