lanqiao 3075 特殊的多边形

This commit is contained in:
2025-04-11 11:38:15 +08:00
parent 46e761584f
commit e075621ad2

View File

@@ -1,4 +1,4 @@
// 蓝桥3075 特殊的多边形
// lanqiao 3075 特殊的多边形
#include<bits/stdc++.h>
using namespace std;
const int N = 1e5+9;