You're given a sequence of strings separated by spaces. Read the sequence from the standard input and store all strings in a list. Output the list to the standard output using System.out.println(yourList).
The order of elements must be the same as in the input.