lanqiao 2107 修剪灌木(模拟法)

This commit is contained in:
2025-03-29 19:45:31 +08:00
parent 098f886795
commit 7c2c12de2b

View File

@@ -1,4 +1,4 @@
// lanqiao 2107 修剪灌木(模拟法)
// lanqiao 2107 修剪灌木(模拟法)
#include<bits/stdc++.h>
using namespace std;
const int N = 1e4 + 10;