算法笔记01 前缀和与差分
资料 https://oi-wiki.org/basic/prefix-sum/ https://www.acwing.com/blog/content/420/ 题目 【模板】前缀和 https://www.starrycoding.com/problem/7 https://oj.eriktse.com/problem.php?id=1049 …
thumbnail
Cpp + STL 学习笔记
变量与基础运算 字节 B = Byte,位 b = bit,1 Byte = 8 bit,8 Mb = 1 MB bool 布尔 true/false 1byte char 字符 1byte 一个字符用单引号 char 'a',' ','\n'; int 整型…
thumbnail
快速构建客制化的 PHP Swoole 开发环境
作为新手,我们往往会使用 集成化面板或GUI的 PHP 开发环境,亦或者使用 Docker 容器进行 Hyperf 的开发,总会出现一些扩展、版本、依赖造成的问题,编写一个适合自己开发的脚本可以节省很多时间。 ...