From aa9ab930dc7a025f51f17df3a6c2888b940d804b Mon Sep 17 00:00:00 2001 From: DarkSharpness_XzY <2040703891@qq.com> Date: Sun, 22 Oct 2023 12:52:19 +0800 Subject: [PATCH] =?UTF-8?q?Upd:=20=E5=8F=88=E6=B7=BB=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=9C=89=E8=B6=A3=E7=9A=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E3=80=82=E4=B8=8D=E9=9A=BE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- int2048.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/int2048.h b/int2048.h index 7ac9b28..a3ac66a 100644 --- a/int2048.h +++ b/int2048.h @@ -51,6 +51,9 @@ public: // Integer2 // =================================== + int2048 operator+() const; + int2048 operator-() const; + int2048 &operator=(const int2048 &); int2048 &operator+=(const int2048 &);