会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ACLJW
首页
新随笔
联系
订阅
管理
随笔分类 -
打表
524:Prime Ring Problem
摘要:Prime Ring Problem#includeusing namespace std;const int maxn = 17;int n;int A[maxn],vis[maxn],p[2*maxn];int isPrime(int n){ for(int...
阅读全文
posted @
2018-08-16 00:13
ACLJW
阅读(97)
评论(0)
推荐(0)
1583:Digit Generator
摘要:For a positive integer N, the digit-sum of N is defined as the sum of N itself and its digits. When M is the digitsum of N, we call N...
阅读全文
posted @
2018-04-04 11:44
ACLJW
阅读(229)
评论(0)
推荐(0)
公告