I'm trying to output a 2-d vector using copy. The code below does
print the 2-d vector, however it does not print the row numbers.
I was considering somehow deriving the row number from the address
of the begin iterator, except I'm unclear about how to set this up.
Could someone pls clarify how to modify this code (if possible).