mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-10-17 21:42:25 +00:00
fix: 移除多余的std::cout语句
修复了在特定条件下出现的多余std::cout语句,该语句没有实际输出内容且可能导致不必要的性能开销
This commit is contained in:
parent
250e0ca930
commit
9eba3f859a
@ -28,7 +28,7 @@ int main(){
|
||||
for(ll j=1;j<=n2n;j++){
|
||||
std::cout<<1<<" "<<((kp+1)>>2)<<"\n";
|
||||
}
|
||||
std::cout;
|
||||
|
||||
}
|
||||
}
|
||||
isn2n=false;
|
||||
|
Loading…
Reference in New Issue
Block a user