[Solution] Apples and Oranges CodeChef Solution | CodeChef Problem Solution 2022
Bob has rupees and goes to a market. The cost of apples is Rs. per kg and the cost of oranges is Rs. per kg.
Determine whether he can buy at least kg each of apples and oranges.
Solution Click Below:- CLICK HERE
Input Format
- The first line of input will contain an integer , the amount of money Bob has.
- The second line of input contains two space-separated integers and , 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 yes
, Yes
, yEs
, and YES
will all be treated as identical).
Constraints
Subtasks
- Subtask 1 (100 points):
- Original constraints.
Join Now for Solution:-
No comments:
Post a Comment