{"problem":{"name":"XXFESTIVAL","description":{"content":"Rng is going to a festival. The 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 answ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"code_festival_2017_qualb_a"},"statements":[{"statement_type":"Markdown","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`.\n\n## Constraints\n\n*   $9 \\leq |S| \\leq 50$\n*   $S$ consists of uppercase English letters.\n*   $S$ ends with `FESTIVAL`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"code_festival_2017_qualb_a","tags":[],"sample_group":[["CODEFESTIVAL","CODE\n\nThis is the same as the example in the statement."],["CODEFESTIVALFESTIVAL","CODEFESTIVAL\n\nThis string is obtained by appending `FESTIVAL` to the end of `CODEFESTIVAL`, so it is a festival of `CODEFESTIVAL`."],["YAKINIKUFESTIVAL","YAKINIKU"]],"created_at":"2026-03-03 11:01:14"}}