会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欲穷千里目,更上一层楼
Stay hungry, stay foolish.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
下一页
2019年3月27日
面向对象的程序设计_学习笔记(1)
摘要:
阅读全文
posted @ 2019-03-27 11:05 LightAc
阅读(197)
评论(0)
推荐(0)
2019年3月26日
面向对象的程序第三次实验作业
摘要: 第一题 第二题
阅读全文
posted @ 2019-03-26 22:58 LightAc
阅读(310)
评论(0)
推荐(0)
2019年3月24日
GIT
摘要: 内容:https://www.cnblogs.com/best/p/7474442.html#_label0 网上视频:https://www.bilibili.com/video/av14813510/ 资料: 权威Git书籍 ProGit(中文版) -> https://gitee.com/pr
阅读全文
posted @ 2019-03-24 16:09 LightAc
阅读(132)
评论(0)
推荐(0)
实验二流程图
摘要: 第一题 第二题
阅读全文
posted @ 2019-03-24 13:49 LightAc
阅读(150)
评论(0)
推荐(0)
2019年3月23日
关于实验二的补充(面向对象的程序设计)
摘要: #include #include #include using std::cin; using std::cout; using std::endl; using std::string; void next(string & str,int n,string * store,int &m); void swap(string & str,int location1,int location...
阅读全文
posted @ 2019-03-23 23:18 LightAc
阅读(143)
评论(0)
推荐(0)
树的重心 POJ_1655
摘要: //#include #include #include using namespace std; int N; // 1 tree[maxn + 5]; // tree[i]表示节点i的相邻节点 int d[maxn + 5]; // d[i]表示以i为根的子树的节点个数 #define ...
阅读全文
posted @ 2019-03-23 20:00 LightAc
阅读(107)
评论(0)
推荐(0)
KMP板子题
摘要: Period POJ 1961
阅读全文
posted @ 2019-03-23 18:08 LightAc
阅读(269)
评论(0)
推荐(0)
Educational Codeforces Round 62 (Rated for Div. 2) 2019年3月23日
摘要: A. Example Input 91 3 3 6 7 6 8 8 9Output 4 1 #include <iostream> 2 3 using namespace std; 4 5 int main () { 6 int n; 7 cin >> n; 8 int a[10010]; 9 fo
阅读全文
posted @ 2019-03-23 16:29 LightAc
阅读(234)
评论(0)
推荐(0)
2019年3月22日
牛客比赛 2019年3月22日提高组(自闭场)(补题)
摘要: 问题一 Input: 5 50 0 5 0 00 4 3 8 29 5 7 2 71 9 6 5 41 0 0 6 2 Output: 4 Input: 10 100 0 0 0 0 0 0 0 0 00 5 2 6 4 3 1 7 8 00 6 4 2 3 5 1 4 6 00 3 6 4 1 2
阅读全文
posted @ 2019-03-22 20:34 LightAc
阅读(175)
评论(0)
推荐(0)
二分的一道题
摘要: Examples 输入 5 8 2 3 1 1 2 输出 4 输入 7 10 1 3 4 2 1 4 2 输出 2 输入 5 15 5 5 5 5 5 输出 1 输入 5 16 5 5 5 5 5 输出 2 输入 5 26 5 5 5 5 5 输出 -1 Note 在第一个样例中,泰泰学长第一天可以
阅读全文
posted @ 2019-03-22 19:27 LightAc
阅读(131)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
21
22
下一页
公告
返回顶端