ACM竞赛C++经常使用头文件

#include <iostream>//数据输入输出流 #include <string.h>//字符串操做函数 #include <stdio.h>//C的输入输出 #include <stdlib.h>//定义杂项函数及内存分配函数 #include <math.h>//C中的数学函数 #include <string.h>//c++中的string类 他不能用strcpy等c函数去操做 #
相关文章
相关标签/搜索