摘要: ###A.Social Distancing 思路:打表,首先当n为偶数时,可以得到答案为(nr)^2 //暴搜巨慢打表 #define sqr(x) (x)*(x) int n,r,r1,r2,cnt,ct; struct node{ int x,y; }a[N]; bool check(int 阅读全文
posted @ 2020-08-01 19:59 Rynar 阅读(307) 评论(0) 推荐(0)