Given an array of integers and an integer k. Returns the pairs that subtract result in k. Example: 3,6,10,13. (3,6),(10,13)