{"raw_statement":[{"iden":"problem statement","content":"You are given a string $S$ consisting of lowercase English letters and `|`. $S$ is guaranteed to contain exactly two `|`s.\nRemove the characters between the two `|`s, including the `|`s themselves, and print the resulting string."},{"iden":"constraints","content":"*   $S$ is a string of length between $2$ and $100$, inclusive, consisting of lowercase English letters and `|`.\n*   $S$ contains exactly two `|`s."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"atcoder|beginner|contest"},{"iden":"sample output 1","content":"atcodercontest\n\nRemove all the characters between the two `|`s and print the result."},{"iden":"sample input 2","content":"|spoiler|"},{"iden":"sample output 2","content":"It is possible that all characters are removed."},{"iden":"sample input 3","content":"||xyz"},{"iden":"sample output 3","content":"xyz"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}