摘要:
如下,也重载了其他很多基本的运算符,基本上可以覆盖 int 的编程习惯(除了位运算) #include <bits/stdc++.h> using namespace std; class INT { private: int len, s[810]; inline void DeleteZero( 阅读全文
摘要:
# This is a CMakeLists.txt #[[ This is a CMakeLists.txt This is a CMakeLists.txt This is a CMakeLists.txt * CMake 生成的 make 文件以及一些其他的乱七八糟的文件都在终端当前对应的目录 阅读全文