摘要: https://ac.nowcoder.com/acm/problem/20146 先排序,然后一个个往里面插就可以,这里使用的实数域的线性基。 #include<cstdio> #include<iostream> #include<cstring> #include<algorithm> usi 阅读全文
posted @ 2020-12-16 10:26 Npunchman 阅读(88) 评论(0) 推荐(0)