04 2023 档案
摘要:**前言:** BFS 即广度优先搜索(或宽度优先搜索),具体定义和实现不在赘述。 本文所有代码前的开头头文件,宏定义和命名空间如下(只是一些常用的 define 和一个快读): >```cpp >#include >#define Tp template >#define Ts template
阅读全文
摘要:> 所有代码的开头头文件,宏定义和命名空间如下 > ```cpp > #include > #define Tp template > #define Ts template > #define ll long long > #define CI const int > #define RI int
阅读全文