Doubt in reading a List of Strings

What is the meaning of this statement : “cin.get() is used to consume the extra enter that is followed by n” when cin.get() is being used after taking n as input?

When u take input n then u press enter and write string in new line. cin.get() is just used to consume that enter