开机指南
出门在外请带好耳机U盘USB转接器声卡以备奇怪机房——
缺省源
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define ls(x) ((x)<<1)
#define rs(x) ((x)<<1|1)
#define mkp make_pair
#define fi first
#define se second
#define PII pair<int, int>
inline void rd(int &x) {
x = 0; int tp = 0; char ch = getchar();
while(ch < '0' || ch > '9') { if(ch == '-') tp = 1; ch = getchar(); }
while(ch >= '0' && ch <= '9') { x = x * 10 + ch - '0'; ch = getchar(); }
if(tp) x = -x; return;
}
inline void rdll(ll &x) {
x = 0; int tp = 0; char ch = getchar();
while(ch < '0' || ch > '9') { if(ch == '-') tp = 1; ch = getchar(); }
while(ch >= '0' && ch <= '9') { x = x * 10 + ch - '0'; ch = getchar(); }
if(tp) x = -x; return;
}
int main() {
freopen("ex.in", "r", stdin);
freopen("ex.out", "w", stdout);
return 0;
}
{
"C++ Template": {
"prefix": "#inc",
"body": [
"#include<bits/stdc++.h>",
"using namespace std;",
"typedef long long ll;",
"#define mkp make_pair",
"#define pb push_back",
"#define PII pair<int, int>",
"#define PLL pair<ll, ll>",
"#define ls(x) ((x) << 1)",
"#define rs(x) ((x) << 1 | 1)",
"#define fi first",
"#define se second",
"int main(){",
"",
" return 0;",
"}"
]
}
}
windows
https://github.com/extend-luogu/extend-luogu/blob/main/doc/installation.md exlg
https://github.com/geph-official/geph2/wiki/迷雾通(免FQ镜像) 迷雾通
https://userstyles.org/styles/166554/argon-design-luogu-argon-design 氩洛谷
装chrome和搜狗,更改chrome搜索引擎为百度,装QQ和typora,更改typora的markdown设置,将Dev-C++拖到任务栏
-std=c++11 -Wall -Wl,--stack=10000000
VScode:F5,Ctrl+` 开控制台
ubuntu
跟风REH!
当ACwisher碰到ubuntu?当然是选择跑路啦!(雾)
浏览器
其他
下载谷歌,wine+qq(不会装就算了)。tim 注意改成新版的 deepin0的那个
如果想要小号颓废 下载edge
但我还没试过(我用的火狐……)
常用命令行:
cd ./xxx
或者 cd xxx
打开目录
diff xx.xxx xx.xxx
VScode
眼睛不好的渣渣还是用Feel Good LY/Monokai吧(
另外……wisher还没试过的
gcc name.cpp -o name
./name
不用runner编译。
刚从REH学到: 语法检查不见 就Ctrl+Shift+P
启用错误波浪线
Sublime
应用商店下载去 然后,wisher的电脑是坏的,只好用别的安装包,提取码uvba。
Ctrl+B 可以编译运行。
注意到省选考场的windows不让启动任务管理器
不知道Linux让不让
ps -e | grep '文件名'
查看进程id,支持子串查询
kill -s 9 进程id
(信号9,强制停止进程)杀死进程
gcc name.cpp -o name
./name
编译命令
https://www.cnblogs.com/king-howe/p/14072200.html
g++ a.cpp -o a -fsanitize=address -g
Typora
官网下载,主题反正REH喜欢的Purple挺好看,Night很好,Newsprint挺好的。
Sougou
搜狗输入法官网下载去,然后有些嘚七嘚八嘚的事情我有点忘了,大概是要调设置。