会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Object_S
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
|
管理
2019年10月9日
P1179 数字统计
摘要: 题目地址#include#includeusing namespace std;int getTwoNum(int val){ int cnt=0; while(val){ int nowVal=val%10;...
阅读全文
posted @ 2019-10-09 21:41 Object_S
阅读(88)
评论(0)
推荐(0)
编辑
P1083 借教室
摘要: 题目地址注意点:需要一开始build一次才能保证minn的正确性.#include#includeusing namespace std;const int MAXN=2e6,INF=2e9,root=1;str...
阅读全文
posted @ 2019-10-09 20:55 Object_S
阅读(80)
评论(0)
推荐(0)
编辑
P1079 Vigenère 密码
摘要: 题目地址注意点:写完一段代码后应当先进行一次静态查错.#include#include#includeusing namespace std;const int MAXN=2e3;bool isCapital(c...
阅读全文
posted @ 2019-10-09 00:42 Object_S
阅读(110)
评论(0)
推荐(0)
编辑