摘要:
贪心 + 小根堆 点击查看代码 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<int,int> PII; const int N = 1e6 + 10; int n; void solv 阅读全文
摘要:
第二讲 tmux 和 vim tmux 功能: (1)分屏 (2)允许断开 Terminal 连接后,继续运行进程 结构 (1)一个 tmux 可以包含多个 session,一个 session 可以包含多个 window,一个 window 可以包含多个 pane,实例: tmux: sessio 阅读全文