Vim简明教程【CoolShell】
摘要:vim的学习曲线相当的大(参看各种文本编辑器的学习曲线),所以,如果你一开始看到的是一大堆VIM的命令分类,你一定会对这个编辑器失去兴趣的。下面的文章翻译自《Learn Vim Progressively》,我觉得这是给新手最好的VIM的升级教程了,没有列举所有的命令,只是列举了那些最有用的命令。非...
阅读全文
NYOJ 20 吝啬的国度
摘要:链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=20邻接表+BFS#include #include #include #define MAX_N 100000using namespace std;int M;typedef pair P; ...
阅读全文
NYOJ 18 The Triangle
摘要:链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=18从上向下遍历一遍.保存中间结果,.找出最后最大值即可#include #include #define MAX_N 105using namespace std;int dp[MAX_N][M...
阅读全文