原题:
In other words, there should not be two pieces of size xxx and yyy , such that 2x≤y2x \le y2x≤y .
翻译应当为:
换句话说,这里不存在两片大小为 xxx 和 yyy 的橘子皮,使得 2x≤y2x \le y2x≤y。
原题翻译为:
问要使任意两块橘子皮 x,yx,yx,y 都满足 2x<y2x < y2x<y 的最小操作数。
不符合题意。
@小粉兔