[Programming Problem] Number of Pairs of Strings With Concatenation Equal to Target

[Problem Link] Given an array of digit strings nums and a digit string target, return the number of pairs of indices (i, j) (where...