Олимпиадный тренинг

Задача 38536. Single card poker


Задача

Темы: Простые игры
Alice and Captain Buran play poker with one card. Single Card Poker is a game for two players with playing cards. Each card in this game shows an integer from 1 to 13 inclusive. The strength of a card is determined by the number written on it, as follows:
Weak 2 <3 <4 <5 <6 <7 <8 <9 <10 <11 <12 <13 <1 Strong< /strong>
One card poker is played like this:
- Each player draws one card from the deck.
- The selected card becomes the player's hand.
- Players open their hands to each other.
- The player with the stronger card wins the game.
- If their cards are equally strong, the game ends in a draw.
You watch Alice and Captain Buran play a game and you can see their hands. The number written on Alice's card is A and the number written on Captain Buran's card is B.

Write a program to determine the outcome of a game.