MOZSAHTF - Sharmeen And Her Two Friends

no tags 

Sharmeen is a little girl who has two close friends Samira and Rabeya. Samira loves both even and odd numbers but Rabeya loves even numbers if all the numbers are even and odd numbers if all the numbers are odd. One day Sharmeen play a game with them, she selects two numbers and calculate the difference of the numbers. Then she told Samira and Rabeya the difference of the numbers hiding the original numbers and asked them is she choose the two numbers for Samira or for Rabeya? Sharmeen will select one odd number and one even number if she selects it for Samira. If she selects the numbers for Rabeya then all two numbers will be even or all two numbers will be odd.

Given the difference of the numbers, can you tell for whom Sharmeen selects the numbers?

Input

You will be given an integer number n (0<=n<=10^5) which is the difference of the two numbers.

Output

Print “Samira” if Sharmeen selects the numbers for Samira, Otherwise print “Rabeya” without quote. Don’t forget to print new line after your answer.

See the sample input output for better understanding.

Example

Input:
5

Output:
Samira


Added by:Mozahid
Date:2019-05-26
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All