PROBLEM https://www.luogu.org/problemnew/show/P1983 ANALYSIS […]
scanf & printf 补充
scanf & printf 常用操作的补充。cin和cout过于繁琐,一般不考虑。暂时想到这些,以后想到了其他的再加进去。
vJudge 273543 – 数论
BASIC KNOWLEDGE 快速幂(mod) int fp_mod(int a, int n, int m) { i […]
Luogu P1339 – 单源最短路
PROBLEM https://www.luogu.org/problemnew/show/P1339 ANALYSIS […]
Luogu P2921 – 图的遍历
PROBLEM https://www.luogu.org/problemnew/show/P2921 ANALYSIS […]
ibus-libpinyin 输入法不能输入文字的解决方法
libpinyin sucks
Luogu P1330 – 图的遍历
PROBLEM https://www.luogu.org/problemnew/show/P1330 ANALYSIS […]
Luogu P2661 – 并查集
PROBLEM https://www.luogu.org/problemnew/show/P2661 ANALYSIS […]
Luogu P1341 – 欧拉路径
PROBLEM https://www.luogu.org/problemnew/show/P1341 ANALYSIS […]
汇编第五章总结
[BX] & loop 比第四章内容更少…… SUMMARY BX is known as the base r […]