2020年9月29日
摘要: 1.问一个圆上的最多不交弧的个数。 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int maxn=1E6+5; 4 int n,m,tot; 5 int totT,tmp[maxn],jump[maxn][20]; 6 struc 阅读全文
posted @ 2020-09-29 13:32 GreenDuck 阅读(146) 评论(0) 推荐(0) 编辑