摘要: A Closest Point 由题意可得 三个及以上的点无法插入新的点,只有两个点时可以插入 但当两个点间隔为1时同样无法插入 先判断,后输出就行 #include<bits/stdc++.h> using namespace std; const int N = 50; int t, n; in 阅读全文
posted @ 2024-08-17 10:52 xiaoluosibky 阅读(50) 评论(0) 推荐(1)