St Andrews Online Judge

Ostracise Kay and Deyao

By Kay Akashi

Time: 1000 ms
Memory: 256000 kB

The code judging system is only available during contests. Check out the github repo for test cases and solutions.

Please log in.

Problem Statement

Given a string ss consisting of only small Latin letters "k", "a", "y", "d", "e", and "o", remove from s the substrings "kay" and "deyao" until their names completely vanish. Your task is to output the resulting string.

Constraints

Length of ss is smaller than or equal to 4×1054 × 10^{5}.

Input

The input contains one string, ss.

Output

Output the resulting string.

Examples

Input

kkayadyeyadeyaoo

Output

kadyeyao

Input

deykakayyao

Output