From 9eba3f859a2052a43facb18d05932d5126386ab1 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Tue, 30 Sep 2025 16:56:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84std::cout=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复了在特定条件下出现的多余std::cout语句,该语句没有实际输出内容且可能导致不必要的性能开销 --- src/9/29/P8866.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/9/29/P8866.cpp b/src/9/29/P8866.cpp index 8ac0569..1a3a9db 100644 --- a/src/9/29/P8866.cpp +++ b/src/9/29/P8866.cpp @@ -28,7 +28,7 @@ int main(){ for(ll j=1;j<=n2n;j++){ std::cout<<1<<" "<<((kp+1)>>2)<<"\n"; } - std::cout; + } } isn2n=false;