摘要: 目录 Description State Input Output Solution Code Description 给出 n 个数,求得 x,使 \(\frac{\sum_{i = 1} ^ {n}x + a[i] - min(a[i], 2x)} {n}\) 最小,并输出最后的最小值 Stat 阅读全文
posted @ 2021-08-03 20:54 Bcoi 阅读(69) 评论(0) 推荐(0)
摘要: 目录 Description State Input Output Solution Code Description ​ 有 n 个数,求 \(max((a[i] + a[j]) ⊕ a[k])\) ,其中 \(i, j, k\) 互不相同 State ​ 测试样例 \(1<=T<=1000\) 阅读全文
posted @ 2021-08-03 10:47 Bcoi 阅读(47) 评论(0) 推荐(0)