Objective: to compare the original list against the sorted list to see if they are the same and classify the behavior
l = [] for i in range(int(input())):