List all the debt entries of customers who owes an amount greater than the input amount.
- List of customers with all the debt entries will be given as input.
- Each customer will have a field
owes
that records the total amount owed by the customer.
- Find all customers who owes an amount greater than the given amount.
- Combine all such debts and return that.
For example: