lanqiao 3008 特殊的三角形

This commit is contained in:
2025-04-11 11:37:58 +08:00
parent d42be225fe
commit 46e761584f

View File

@@ -1,4 +1,4 @@
// 蓝桥 3008 特殊的三角形
// lanqiao 3008 特殊的三角形
#include<bits/stdc++.h>
using namespace std;
const int N = 1e6+9;