Problem C
Funny Games

Nils and Mikael are intergalaxial fighters. Now they are
competing for the planet Tellus. The size of this small and
unimportant planet is
Technical note: To ease the problem of rounding errors, there will be no edge cases where an infinitesimal perturbation of the input values would cause a different answer.
Input
The first line of input is
Output
For each test case, produce one line of output with the name of the winner (either Nils or Mikael).
Sample Input 1 | Sample Output 1 |
---|---|
4 6 2 0.25 0.5 10 2 0.25 0.5 29.29 4 0.3 0.7 0.43 0.54 29.30 4 0.3 0.7 0.43 0.54 |
Mikael Nils Nils Mikael |