会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
itdef
2019年5月2日
ACWING 95 费解的开关 解题记录
摘要: https://www.acwing.com/problem/content/97/ 1 #include <iostream> 2 #include <cstring> 3 4 using namespace std; 5 6 const int INF = 100000; 7 8 char g[
阅读全文
posted @ 2019-05-02 23:29 itdef
阅读(286)
评论(0)
推荐(0)
dfs的几个基础示例 acwin 91~94
摘要: 1 #include <iostream> 2 #include <vector> 3 4 using namespace std; 5 6 vector<int> result; 7 vector<int> v; 8 int n; 9 10 void dfs(int i) 11 { 12 if(i
阅读全文
posted @ 2019-05-02 22:08 itdef
阅读(445)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告