Skip to content
C

Remove a Block Comment

Mediumjava

A single line of code may contain one /* ... */ block comment. Remove it. If there is a single space immediately before the /*, remove that space too. Print the resulting line.

Input: one line of text (it may or may not contain /* ... */).

Output: one line — the text with the block comment removed.

Input (stdin)

Output

Run your code to see output here...