- setup: cleanup: args: 10 20 50 80 100 input: output: | (50, 80) (10, 20, 100) - setup: cleanup: args: 10 -15 20 -25 0 40 input: output: | (-15, 10, 20) (-25, 0, 40)