From a026979a5822250c11130b28cf95e662e52abbfa Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sat, 30 Aug 2025 12:15:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84utility=E5=A4=B4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/8/30/P1063.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/8/30/P1063.cpp b/src/8/30/P1063.cpp index f001f25..4e7243f 100644 --- a/src/8/30/P1063.cpp +++ b/src/8/30/P1063.cpp @@ -12,7 +12,6 @@ dp[i][j]=0 #include #include #include -#include #include using ll = int64_t;