bitset模板

构造方式//构造函数1 #include <iostream> #include <bitset>//必须引入该头文件 usi...     Read more
Axell's avatar
Axell Oct 20, 2018

初赛-1

初赛易错的题目 #include <iostream> using namespace std; ...     Read more
Axell's avatar
Axell Sep 20, 2018

背包九讲

背包九讲 转自     Read more
Axell's avatar
Axell Aug 07, 2018

C++ String类

使用场合:string 是 C++ 标准库的一个重要的部分,主要用于字符串处理。可以使用输入输出流方式直接进行操作,也可以通过文件等手段进行操作。同时 C++ ...     Read more
Axell's avatar
Axell Aug 07, 2018

Pascal 转 C++ 教程2

Pascal 转 C++ 教程2     Read more
Axell's avatar
Axell Aug 07, 2018

Pascal 转 C++ 教程1

Pascal 转 C++ 教程1     Read more
Axell's avatar
Axell Aug 06, 2018