摘要: 2021牛客暑期多校训练营5 B: Boxes 题意 给你n个盒子,每个盒子只有黑白两种情况,而且支付C元就可以知道未开过的盒子中黑盒的个数,问你最少知道每个盒子中球颜色的期望 思路 C(n,i) / (2 ^ n) 拿i个的概率 不问的情况 \(\sum w_i\) $w_i$升序排序,C+ \( 阅读全文
posted @ 2021-08-01 17:24 darker_wxl 阅读(68) 评论(0) 推荐(0)
window.onload = function(){ $("#live2dcanvas").attr("style","position: fixed; opacity: 0.7; left: 70px; bottom: 0px; z-index: 1; pointer-events: none;") }