Collapse repeated line breaks

Replace multiple consecutive line breaks with one line break

Collapses consecutive line breaks into one line break while preserving the basic paragraph or list structure. It only handles pure newline characters.

Use this step

Example

Input

A


B

C

Output

A
B
C