Vector generation

 

In SPL, vectors are expressed by sequences. The elements of a vector are called members, and members are separated by commas.

For example [7,9,6,23,56,1] means a vector with 6 elementsThe SPL code and return values are as follows:


A

1

[7,9,6,23,56,1]

A1 Input a vector and return the following result.

..