摘要: 如下,也重载了其他很多基本的运算符,基本上可以覆盖 int 的编程习惯(除了位运算) #include <bits/stdc++.h> using namespace std; class INT { private: int len, s[810]; inline void DeleteZero( 阅读全文
posted @ 2025-04-16 12:41 ZTer 阅读(68) 评论(2) 推荐(2)