A. Two Vessels
题目翻译
你有两个装有水的容器。第一个容器含有克水,第二个容器含有克水。这两艘船都非常大,可以容纳任意数量的水。
你有两个装有水的容器。第一个容器含有a克水,第二个容器含有b克水。这两艘船都非常大,可以容纳任意数量的水。
给你一个由n个整数组成的数组。您的任务是确定是否可以将其所有元素着色为两种颜色,使得两种颜色的元素之和具有相同的奇偶性,并且每种颜色至少有一个元素着色。
l r
:求字符串 t=slsl+1⋯sr 的所有 子序列 中,长度最长的「合法括号串」,输出长度即可。链接:https://www.luogu.com.cn/problem/CF1624G
给定 n 个点 , m 条边 (3≤n≤2×105,n−1≤m ≤2×105) , 求在或运算下的最小生成树。
有 n 个数 (1≤n≤50) 。 它们分别是 a1,a2,...,an 。你需要选择一个数 x ,使得 x 在 0 至 1018 之内,并且 a1+x,a2+x,a3+x...an+x 中有尽可能多的完全平方数。询问当 x 最优时,有多少个数是完全平方数。
链接:https://codeforces.com/contest/1846
There are n nails driven into the wall, the i-th nail is driven ai meters above the ground, one end of the bi meters long rope is tied to it. All nails hang at different heights one above the other. One candy is tied to all ropes at once. Candy is tied to end of a rope that is not tied to a nail.
有 n 名宇航员,他们每个人有大小为 ai 的能量。一个初始具有 h 单位能量的邪恶的人形生物来这里吸收宇航员们的能量。
所有的整数,去掉出现4的数,问你第k个数是多少?