This program illustrates the use of the STL copy_n() algorithm from to copy the first four integers from a vector of ten integers to a deque of five integers. Press Enter to continue ... 1 2 3 4 -1 The value at the end of the copied range is -1. Press Enter to continue ...