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 […]
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 […]
汇编第四章总结
Chap. IV First Program 直接在debug输入指令执行有很多的局限性,第四章主要就是学习编写汇编语言 […]