首页
新闻
博问
专区
闪存
班级
我的博客
我的园子
账号设置
退出登录
注册
登录
BBBob
首页
新随笔
联系
管理
2017年4月22日
CF798 C. Mike and gcd problem
摘要:1 /* 2 CF798 C. Mike and gcd problem 3 http://codeforces.com/contest/798/problem/C 4 数论 贪心 5 题意:如果一个数列的gcd值大于1,则称之为美丽数列 6 给出数列a,可以将a_i 和 a_(i+1)换为其差和其和 7 如果可以变为美丽数列,输出YES并输出最少的变换次数...
阅读全文
posted @ 2017-04-22 02:29 BBBob
阅读(1892)
评论(0)
推荐(0)
编辑