Stay hungry, Stay hungry
Cpp算法笔记 Cpp算法笔记
万能头文件#include <bits/stdc++.h> 排序外部函数 bool cmp(T a, T b){ return //sort rule; } void main(){
2021-09-17