会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qscqesze
躺尸选手
管理
2017年5月8日
Codeforces Round #411 (Div. 2) 【ABCDE】
摘要: A. Fake NP 题意:给你l,r,让你输出[l,r]里面除1以外的,出现因子数量最多的那个数。 题解:如果l==r输出l,否则都输出2 include using namespace std; int main(){ int l,r; cin l r; if(r l==0){ coutnum)
阅读全文
posted @ 2017-05-08 10:28 qscqesze
阅读(318)
评论(0)
推荐(0)
编辑