Ji_Cheng

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2018年9月23日

摘要: 在maven的config下的setting.xml文件中添加: 阅读全文
posted @ 2018-09-23 13:41 Ji_Cheng 阅读(7) 评论(0) 推荐(0)

摘要: DFS遍历 #include<cstdio> #include<cmath> using name spacestd; const int maxn=10012; struct node{ double data; vector<int> child; }Node[maxn]; int n; dou 阅读全文
posted @ 2018-09-23 02:58 Ji_Cheng 阅读(163) 评论(0) 推荐(0)