C Style <ctime> & clock() #include <iostream> […]
C/C++ 输入输出速度测试
Trying to end infinite argue about ideal i/o methods in cpc& […]
C/C++ 随机数生成的几种方法
C Style (srand, rand) 缺点:srand(time(0)) 在较短时间间隔内不会改变。 #inclu […]
Codeforce 789
A – Anastasia and pebbles 大水题 #include <iostream> […]
实验9 根据材料编程
P1 assume cs:code, ds:data data segment db 12 db 0,0 data en […]
Luogu P1290 – 博弈论
PROBLEM https://www.luogu.org/problemnew/show/P1290 ANALYSIS […]
Luogu 1288 – 博弈论
PROBLEM https://www.luogu.org/problemnew/show/P1288 ANALYSIS […]
Luogu P1199 – 贪心/博弈论
PROBLEM https://www.luogu.org/problemnew/show/P1199 ANALYSIS […]
Luogu P1983 – 拓扑排序
PROBLEM https://www.luogu.org/problemnew/show/P1983 ANALYSIS […]
scanf & printf 补充
scanf & printf 常用操作的补充。cin和cout过于繁琐,一般不考虑。暂时想到这些,以后想到了其他的再加进去。