13. Given an array of integers nums[] = {10, 5, 8 ,15, 6, 3, 11} and an integer target = 19, find the indices of the two numbers in the array such that they add up to the target. You may assume that each input will have exactly one solution, and you cannot use the same element twice.
Which of the following are the correct indices?