Problem 822
Square the Smallest
A list initially contains the numbers
At each round, the smallest number in the list is replaced by its square. If there is more than one such number, then only one of them is replaced.
For example, below are the first three rounds for
Let
For example,
Find
平方最小数
考虑初始数列
在每一轮中,将数列中的最小值替换为其平方。如果有多个最小值,则只替换一个。
例如,当
记
例如,
求
Gitalking ...