Downtown The Next Hit

0

0 votes
Easy
Problem

The music benefits to some singers depending on the country, this is due to the people from a country likes the music from some of the composers.

MusicForHire bussines group are so worried about this situation, they are thinking in contract a group of musicians to make an incredible supergroup, but this must meet the condition of every country must have a musician asigned with that restrictions.

Given the musicians that the countries likes, tell us if MusicForHire can make the supergroup.

Input

The firs line contain two integers C and M ( 1C,M1000), the number of countries and the musicians, respectively.

For every country, you will receive an integer L ( 1LM ) representing the musicians that Ci country likes, followed by L integers A ( 1AM ) the musician ids this country likes, separated by a space.

All the musician ids are distinct.

Output

Print "Downtown" if the supergroup can meet the condition, or "MermeladaDeNaranja" otherwise.

Time Limit: 2
Memory Limit: 256
Source Limit:
Explanation

The problemsetter is "traumado".

Editor Image

?