From 522e869e7bbaaa08f81520fc6fc53c3efc3167bc Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 30 Aug 2025 17:01:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(P1896.cpp):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=A4=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BB=A5=E7=AE=80=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除头文件,这些在当前实现中未被使用,减少不必要的依赖 --- src/8/30/P1896.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/8/30/P1896.cpp b/src/8/30/P1896.cpp index c9f9e96..6f14b2d 100644 --- a/src/8/30/P1896.cpp +++ b/src/8/30/P1896.cpp @@ -1,10 +1,8 @@ #include -#include #include #include #include #include -#include #include using ll = int64_t;