摘要: 2021“MINIEYE杯”中国大学生算法设计超级联赛(5) 1003.VC Is All You Need 题意 给你一个k维平面,问你是不是随意放n个点都能用k-1条线分隔开 思路 emmmm, 思考一下, n > k + 1都是不行的。。 code: void solve(){ ll n,k; 阅读全文
posted @ 2021-08-03 19:57 darker_wxl 阅读(354) 评论(0) 推荐(2)
window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }