**Sample Input**

5 -> N

1 2 3 4 6 -> array

6 -> Target

**Sample Output**

[2, 4]

**Exaplanation**

- Elements at indices 1 and 3 (i.e 2 and 4 respectively sum upto the target sum = 6).