{"raw_statement":[{"iden":"problem statement","content":"Rng is going to a festival.\nThe name of the festival is given to you as a string $S$, which ends with `FESTIVAL`, from input. Answer the question: \"Rng is going to a festival of what?\" Output the answer.\nHere, assume that the name of \"a festival of $s$\" is a string obtained by appending `FESTIVAL` to the end of $s$. For example, `CODEFESTIVAL` is a festival of `CODE`."},{"iden":"constraints","content":"*   $9 \\leq |S| \\leq 50$\n*   $S$ consists of uppercase English letters.\n*   $S$ ends with `FESTIVAL`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"CODEFESTIVAL"},{"iden":"sample output 1","content":"CODE\n\nThis is the same as the example in the statement."},{"iden":"sample input 2","content":"CODEFESTIVALFESTIVAL"},{"iden":"sample output 2","content":"CODEFESTIVAL\n\nThis string is obtained by appending `FESTIVAL` to the end of `CODEFESTIVAL`, so it is a festival of `CODEFESTIVAL`."},{"iden":"sample input 3","content":"YAKINIKUFESTIVAL"},{"iden":"sample output 3","content":"YAKINIKU"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}