C++语法 头文件全集在算法竞赛中,建议使用 bits/stdc++.h ,俗称万能头文件。
#include <assert.h> // 设定插入点
#include <ctype.h> // 字符处理
#inc
2024-07-13