会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
晨阳
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2018年7月27日
BFS和DFS模板
摘要: BFS#include #include #include #include #include #include #include struct A{ int x,y,time;}t,now;int map1[350][350];int m,n;int vis[...
阅读全文
posted @ 2018-07-27 11:37 ~~晨阳
阅读(138)
评论(0)
推荐(0)
CodeForces - 1003B
摘要: You are given three integers a, b and x. Your task is to construct a binary string s of length n=a+b such that there are exactly a zer...
阅读全文
posted @ 2018-07-27 09:26 ~~晨阳
阅读(132)
评论(0)
推荐(0)