Apples and Oranges Codechef Today Solution in Python

Table of Contents

Apples and Oranges Codechef Today Solution in Python

Bob has XX rupees and goes to a market. The cost of apples is Rs. AA per kg and the cost of oranges is Rs. BB per kg.

Determine whether he can buy at least 11 kg each of apples and oranges.

Input Format

  • The first line of input will contain an integer XX, the amount of money Bob has.
  • The second line of input contains two space-separated integers AA and BB, the cost per kg of apples and oranges respectively.

Output Format

Print a single line containing Yes if Bob can buy the fruits and No otherwise.

You may print each character of the string in uppercase or lowercase (for example, the strings yesYesyEs, and YES will all be treated as identical).

Click Here To Get Solution

Python Roadmap for Beginners

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *