- codewithshiva

Latest

Search Bar

Tuesday, July 6, 2021

 The Ashes! (But One day)

Description

You are given two numbers where first number is score of Australian team and second number is score of England.

Comment who wins the match.

If match ends in a tie, print "Tie" (without quotes), else print the name of Winner

Input

Input Format :

First and the only line contains 2 space separated integers denoting scores of Australia and England respectively.


Constraints :

Both score <450

Output

Output one string(either Australia or England) which is the name of Winning team

Sample Input 1 

46 67

Sample Output 1

England
Language: 
Java
 
 
Theme: 
Dark

No comments:

Post a Comment