Who has the highest score?
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Petryk, Marichka, and Olenka have received their first grades in computer science. They decided that the one with the highest grade will be the winner.
They have asked Serhiy to determine the winner, but since he is busy, they need your help to solve this task.
Input
The first line contains three integers , , () — representing the grades of Petryk, Marichka, and Olenka, respectively.
It is guaranteed that all grades are distinct.
Output
Print «Petryk
» if Petryk has the highest grade, «Marichka
» if Marichka has the highest grade, or «Olenka
» if Olenka has the highest grade.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 528
Acceptance rate 44%