C/C++ comments format is ``` // inline comment /* block comment /* ``` but there is no inline comment and block is broken ``` /* block comment produced by commented */ */ /* line above is broken */ ```