2024年8月12日
摘要: 1 面积最大的三角形 https://vjudge.net/contest/647024#problem/A 凸包 https://www.cnblogs.com/aiguona/p/7232243.html 代码 #include<bits/stdc++.h> using namespace st 阅读全文
posted @ 2024-08-12 21:17 Hoshino1 阅读(44) 评论(0) 推荐(0)
摘要: 1 洛谷练习 1)路径之谜 代码(未调 #include <bits/stdc++.h> using namespace std; int n; const int maxn = 25; int maxa[maxn]; int maxb[maxn]; int nowa[maxn]; int nowb 阅读全文
posted @ 2024-08-12 17:01 Hoshino1 阅读(17) 评论(0) 推荐(0)