摘要: http://codeforces.com/contest/382/problem/C题意:给你n个数,然后让你添加一个数使得n+1个数能形成这样的规律,a[1]-a[0]=a[2]-a[1]=a[3]-a[2].....,问这样的数有多少个?输出出来。 1 #include 2 #inclu... 阅读全文
posted @ 2014-12-31 20:27 null1019 阅读(208) 评论(0) 推荐(0)