We have a set of vectors with coordinates in the Cartesian coordinate system.
Find vectors with a maximal and a minimal Euclidean norm within the set. Put the indices of the corresponding vectors as an output, where first comes a vector with the greatest norm.
You should enter two indices separated by space. For example, if the norm of is the largest and the norm of is the smallest, then enter 1 2 as your answer.