← 返回 amazon 的题目列表Clean Code Algorithm
类型:online_judge
Given a list of integers, design an algorithm to square each number and sort them, emphasizing a clean code style. Output the final sorted list of squared numbers. The input is a list of integers, and the output should be a sorted list of squared values.
Example
Input
-4 -1 0 3 10