atcoder#CODEFESTIVAL2017QUALBA. XXFESTIVAL
XXFESTIVAL
Score : points
Problem Statement
Rng is going to a festival.
The name of the festival is given to you as a string , 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 " is a string obtained by appending FESTIVAL
to the end of .
For example, CODEFESTIVAL
is a festival of CODE
.
Constraints
- consists of uppercase English letters.
- ends with
FESTIVAL
.
Input
Input is given from Standard Input in the following format:
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