Score : $100$ points
You are given a string $S$ ending with er
or ist
.
If $S$ ends with er
, print er
; if it ends with ist
, print ist
.
er
or ist
.Input is given from Standard Input in the following format:
$S$
Print the answer.
atcoder
er
$S=$"atcoder
" ends with er
.
tourist
ist
er
er