pt is an array whose members are (or will be) arrays of int values. You can think of it as a 2d array, but it is an array whose elements are themselves arrays.

And when you initialised pt you did...