俯瞰思绪万千
俯瞰思绪万千
全部文章
题解
归档
标签
去牛客网
登录
/
注册
俯瞰思绪万千的博客
全部文章
/ 题解
(共1篇)
题解 | #年轮广场#
本题只需要了解循环数组怎么确定最小距离 #include <bits/stdc++.h> using namespace std; /* 暴力求解,遍历每一个位置,选择到所有人距离最大值最小的位置 */ const int MAXN = 1000 + 5; int arr[M...
2022-03-13
0
476