Sponsored
Use these hints if you're stuck. Try solving on your own first.
Convert the value at index 11 and 12 to a numerical value.
The age of the person at index i is equal to details[i][11]*10+details[i][12].
Solve with full IDE support and test cases