#CODEFESTIVAL2017QUALBA. XXFESTIVAL

XXFESTIVAL

Score : 100100 points

Problem Statement

Rng is going to a festival.

The name of the festival is given to you as a string SS, which ends with FESTIVAL, from input. Answer the question: "Rng is going to a festival of what?" Output the answer.

Here, assume that the name of "a festival of ss" is a string obtained by appending FESTIVAL to the end of ss. For example, CODEFESTIVAL is a festival of CODE.

Constraints

  • 9S509 \leq |S| \leq 50
  • SS consists of uppercase English letters.
  • SS ends with FESTIVAL.

Input

Input is given from Standard Input in the following format:

SS

Output

Print the answer to the question: "Rng is going to a festival of what?"

CODEFESTIVAL
CODE

This is the same as the example in the statement.

CODEFESTIVALFESTIVAL
CODEFESTIVAL

This string is obtained by appending FESTIVAL to the end of CODEFESTIVAL, so it is a festival of CODEFESTIVAL.

YAKINIKUFESTIVAL
YAKINIKU